Skip to content

Commit bfc7b98

Browse files
author
James Brundage
committed
style: WebSocket logo ( Fixes #5 )
Updating plug placement, using more splatting
1 parent 56072ce commit bfc7b98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/WebSocket.PSSVG.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ foreach ($variant in '','Animated') {
9999
SVG.GoogleFont -FontName $fontName
100100
$symbolDefinition
101101
SVG.Use -Href '#PowerShellWeb' -Height 60% -Width 60% -X 20% -Y 20%
102-
SVG.Text -X 42% -Y 50% @TextSplat -Content '||'
103-
SVG.Text -X 56% -Y 50% @TextSplat -Content '||'
104-
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
102+
SVG.Text -X 43% -Y 50% @TextSplat -Content '||'
103+
SVG.Text -X 55% -Y 50% @TextSplat -Content '||'
104+
SVG.text -X 50% -Y 80% @TextSplat -Content 'WebSocket'
105105
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
106106
}

0 commit comments

Comments
 (0)