We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b57d9 commit 8bf13dfCopy full SHA for 8bf13df
PipeScript.PSSVG.ps1
@@ -22,11 +22,11 @@ svg -ViewBox 1920,1080 @(
22
23
24
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
+ SVG.tspan -Content "P" -FontSize .9em
+ SVG.tspan -Content "|" -FontSize .6em -Dx -.4em
27
SVG.tspan -Content "peScr" -FontSize 1em -Dx -.25em
28
29
- SVG.tspan -Content "pt" -FontSize 1em -Dx -.25em
+ SVG.tspan -Content "pt" -FontSize .9em -Dx -.25em
30
) -Style 'font-family: "Roboto", sans-serif' -Fill '#4488ff' -Class 'foreground-fill'
31
32
0 commit comments