We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48ed41 commit d9a54bcCopy full SHA for d9a54bc
Build/HtmxPS.PSSVG.ps1
@@ -92,6 +92,6 @@ foreach ($variant in '','Animated') {
92
SVG.Use -Href '#PowerShellWeb' -Height 60% -Width 60% -X 20% -Y 20%
93
svg.use -Href '#psChevron' -Y 75.75% -X 14% @fillParameters -Height 7.5%
94
svg.use -Href '#psChevron' -Y 75.75% -X 14% @fillParameters -Height 7.5% -TransformOrigin '50% 50%' -Transform 'scale(-1 1)'
95
- SVG.text -X 50% -Y 80% -TextAnchor middle -FontFamily $fontName -Style "font-family:`"$fontName`",sans-serif" -FontSize 4.2em -Fill '#4488FF' -Content 'HtmxPS' -DominantBaseline middle
+ SVG.text -X 50% -Y 80% -TextAnchor middle -FontFamily $fontName -Style "font-family:`"$fontName`",sans-serif" -FontSize 4.2em -Fill '#4488FF' -Content 'HtmxPS' -Class 'foreground-fill' -DominantBaseline middle
96
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
97
}
0 commit comments