Skip to content

Commit 86c76a2

Browse files
author
James Brundage
committed
style: WebSocket logo ( Fixes #5 )
Updating plug placement
1 parent a748a6e commit 86c76a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/WebSocket.PSSVG.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ foreach ($variant in '','Animated') {
100100
$symbolDefinition
101101
SVG.Use -Href '#PowerShellWeb' -Height 60% -Width 60% -X 20% -Y 20%
102102
SVG.Text -X 42% -Y 50% @TextSplat -Content '||'
103-
SVG.Text -X 52% -Y 50% @TextSplat -Content '||'
103+
SVG.Text -X 56% -Y 50% @TextSplat -Content '||'
104104
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
105105
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
106106
}

0 commit comments

Comments
 (0)