Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSSVG
0.1
Examples/HelloWorld.PSSVG.ps1
#require -Module PSSVG
=<svg>
(
=<svg.text>
-X
0
-Y
48
-Fontsize
48
"Hello World"
)
-OutputPath
(
Join-Path
$psScriptRoot
.\HelloWorld.svg
)