Skip to content

Commit 8bf13df

Browse files
author
James Brundage
committed
Updating logo (adjusting spacing)
1 parent c8b57d9 commit 8bf13df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PipeScript.PSSVG.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ svg -ViewBox 1920,1080 @(
2222

2323

2424
svg.text -FontSize 192 -TextAnchor 'middle' -DominantBaseline 'middle' -X 50% -Y 50% -Content @(
25-
SVG.tspan -Content "P" -FontSize 1em
26-
SVG.tspan -Content "|" -FontSize .66em -Dx -.33em
25+
SVG.tspan -Content "P" -FontSize .9em
26+
SVG.tspan -Content "|" -FontSize .6em -Dx -.4em
2727
SVG.tspan -Content "peScr" -FontSize 1em -Dx -.25em
28-
SVG.tspan -Content "|" -FontSize .66em -Dx -.33em
29-
SVG.tspan -Content "pt" -FontSize 1em -Dx -.25em
28+
SVG.tspan -Content "|" -FontSize .6em -Dx -.4em
29+
SVG.tspan -Content "pt" -FontSize .9em -Dx -.25em
3030
) -Style 'font-family: "Roboto", sans-serif' -Fill '#4488ff' -Class 'foreground-fill'
3131

3232

0 commit comments

Comments
 (0)