Skip to content

Commit 4a5c2bb

Browse files
author
James Brundage
committed
style: WebSocket logo ( Fixes #5 )
Nudging plug placement
1 parent 2dcf755 commit 4a5c2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/WebSocket.PSSVG.ps1

Lines changed: 2 additions & 2 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 43% -Y 50% @TextSplat -Content '||'
103-
SVG.Text -X 55% -Y 50% @TextSplat -Content '||'
102+
SVG.Text -X 42% -Y 50% @TextSplat -Content '||'
103+
SVG.Text -X 54% -Y 50% @TextSplat -Content '||'
104104
SVG.text -X 50% -Y 80% @TextSplat -Content 'WebSocket'
105105
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
106106
}

0 commit comments

Comments
 (0)