Skip to content

Commit d9a54bc

Browse files
author
James Brundage
committed
feat: HtmxPS Logo ( Fixes #4 )
Allowing logo to seamlessly blend with a palette
1 parent e48ed41 commit d9a54bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/HtmxPS.PSSVG.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ foreach ($variant in '','Animated') {
9292
SVG.Use -Href '#PowerShellWeb' -Height 60% -Width 60% -X 20% -Y 20%
9393
svg.use -Href '#psChevron' -Y 75.75% -X 14% @fillParameters -Height 7.5%
9494
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
95+
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
9696
) -OutputPath $outputPath -ViewBox 0, 0, 1080, 1080
9797
}

0 commit comments

Comments
 (0)