Skip to content

Commit

Permalink
style: WebSocket logo ( Fixes #5 )
Browse files Browse the repository at this point in the history
Updating plug placement
  • Loading branch information
James Brundage committed Nov 27, 2024
1 parent a748a6e commit 86c76a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/WebSocket.PSSVG.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ foreach ($variant in '','Animated') {
$symbolDefinition
SVG.Use -Href '#PowerShellWeb' -Height 60% -Width 60% -X 20% -Y 20%
SVG.Text -X 42% -Y 50% @TextSplat -Content '||'
SVG.Text -X 52% -Y 50% @TextSplat -Content '||'
SVG.Text -X 56% -Y 50% @TextSplat -Content '||'
SVG.text -X 50% -Y 80% -TextAnchor middle -FontFamily $fontName -Style "font-family:`"$fontName`",sans-serif" -FontSize 4.2em -Fill '#4488FF' -Content 'WebSocket' -Class 'foreground-fill' -DominantBaseline middle
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
}

0 comments on commit 86c76a2

Please sign in to comment.