PSSVG
0.2.4
Script SVGs with PowerShell
Installation Options
Owners
Copyright
2022 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
SVG ScalableVectorGraphics PowerShell PipeScript Irregular
Dependencies
This module has no dependencies.
Release Notes
### 0.2.4:
* Adding ConvertTo-PSSVG (Fixes #53)
* Updated Logo to use PowerShell Chevron (Fixes #52)
* Using [GitPub](https://github.com/StartAutomating/GitPub) to generate blog (Fixes #51)
---
### 0.2.3:
* Adding SVG.Triangle (#47)
* Updating SVG.DropShadow (#48)
* Adding PowerShell Chevron Example (#49)
---
### 0.2.2:
* More Examples:
* Blur (#39)
* BPMAnimate/Morph (#40)
* DropShadow (#43)
* Morphing (#36)
* SweepCircle (#44)
* Added new custom SVG commands:
* SVG.Spiral (Fixes #42 Fixes #41)
* SVG.DropShadow (Fixes #43 Fixes #41)
* Generator Improvements:
* All commands now have -Attribute (Fixes #32)
* Improved Generation of attributes with multiple contexts (Fixes #31)
* Write-SVG improvements:
* Outputs objects by default (Fixes #33) (with nice formatting (Fixes #35))
* Prettifies -OutputPath (Fixes #45)
* Handles [TimeSpan] values (Fixes #34)
---
### 0.2.1
* Improved Command Help
* Adding More Examples (Fixes #21)
* Adding Example/README.md (Fixes #26)
* Write-SVG: Allowing 2 value ViewBox (Fixes #28)
* All SVG.* commands allow elements (Fixes #25 )
* All SVG.* commands now have argument completers (Fixes #24)
---
### 0.2
* All SVG. commands now support -Data attributes (Fixes #12)
* Improved Command Help
* Linking to docs and MDN (Get-Help SVG.a -Online) (Fixes #15)
* Adding .Examples (Fixes #18)
* Adding Write-SVG (Fixes #14)
---
### 0.1
* Initial Release of PSSVG, including:
* A command for every SVG element (fixes #1)
* Lots of examples (fixes #2)
* CI/CD (fixes #3) with tests (fixes #4)
* automatically generated documentation (fixes #5), thanks to [HelpOut](https://github.com/StartAutomating/HelpOut)
* A GitHub action (fixes #6), thanks to [PSDevOps](https://github.com/StartAutomating/PSDevOps)
* It's own logo (fixes #7)
* The script used to generate every SVG element (fixes #8)
* [A github page](https://pssvg.start-automating.com/) (fixes #9)
---
FileList
- PSSVG.nuspec
- docs\SVG.line.md
- PSSVG.psd1
- docs\SVG.clipPath.md
- PSSVG.PSSVG.ps1
- docs\SVG.radialGradient.md
- README.ps1.md
- docs\SVG.animate.md
- action.yml
- docs\SVG.path.md
- PSSVG.format.ps1xml
- docs\CHANGELOG.md
- LICENSE
- docs\SVG.set.md
- docs\SVG.feGaussianBlur.md
- PSSVG.tests.ps1
- docs\HelloWorld.svg
- PSSVG.HelpOut.ps1
- docs\SVG.pattern.md
- Build_PSSVG.ps1.ps1
- docs\SVG.polyline.md
- PSSVG.ezout.ps1
- docs\SVG.defs.md
- README.md
- docs\PSSVG.svg
- PSSVG.psm1
- docs\SVG.desc.md
- CHANGELOG.md
- docs\SVG.switch.md
- HelloWorld.svg
- docs\SVG.svg.md
- PSSVG.GitHubWorkflow.PSDevOps.ps1
- docs\SVG.style.md
- PSSVG.svg
- docs\SVG.metadata.md
- Build_PSSVG.ps1
- docs\SVG.feSpecularLighting.md
- PSSVG.GitHubAction.PSDevOps.ps1
- docs\SVG.feImage.md
- Formatting\SVG.Element.view.ps1
- docs\SVG.feDiffuseLighting.md
- Formatting\XmlAttributeControl.format.ps1
- docs\SVG.filter.md
- Formatting\SVG.Element.format.ps1
- docs\SVG.title.md
- Assets\PSSVG.svg
- docs\SVG.feFuncR.md
- Examples\FadeIn.svg
- docs\SVG.feConvolveMatrix.md
- Examples\SpinningSpiral15.svg
- docs\SVG.feFuncG.md
- Examples\StarRating.svg
- Commands\Common\ConvertTo-PSSVG.ps1
- Examples\BPMAnimate.svg
- Commands\Common\Write-SVG.ps1
- Examples\Shapes.PSSVG.ps1
- Commands\Standard\SVG.svg.ps1
- Examples\AnimateMotion.PSSVG.ps1
- Commands\Standard\SVG.clipPath.ps1
- Examples\MovingGradient.PSSVG.ps1
- Commands\Standard\SVG.rect.ps1
- Examples\ManyRectangles.svg
- Commands\Standard\SVG.tspan.ps1
- Examples\StarRating.PSSVG.ps1
- Commands\Standard\SVG.feTile.ps1
- Examples\HelloWorld.PSSVG.ps1
- Commands\Standard\SVG.mask.ps1
- Examples\Circles.svg
- Commands\Standard\SVG.fePointLight.ps1
- Examples\PatternAnimation.svg
- Commands\Standard\SVG.desc.ps1
- Examples\Pattern.PSSVG.ps1
- Commands\Standard\SVG.feDistantLight.ps1
- Examples\README.ps1.md
- Commands\Standard\SVG.g.ps1
- Examples\Index.svg
- Commands\Standard\SVG.circle.ps1
- Examples\AnimateColor.PSSVG.ps1
- Commands\Standard\SVG.feDropShadow.ps1
- Examples\PatternAnimation.PSSVG.ps1
- Commands\Standard\SVG.feOffset.ps1
- Examples\Blur.PSSVG.ps1
- Commands\Standard\SVG.polyline.ps1
- Examples\BPMMorph.svg
- Commands\Standard\SVG.defs.ps1
- Examples\LinearGradientAnimated.svg
- Commands\Standard\SVG.title.ps1
- Examples\RadialGradient.PSSVG.ps1
- Commands\Standard\SVG.feGaussianBlur.ps1
- Examples\AnimatedShapes.PSSVG.ps1
- Commands\Standard\SVG.radialGradient.ps1
- Examples\Circles.PSSVG.ps1
- Commands\Standard\SVG.feTurbulence.ps1
- Examples\AnimatedShapes.svg
- Commands\Standard\SVG.mpath.ps1
- Examples\Animate.svg
- Commands\Standard\SVG.symbol.ps1
- Examples\BPMMorph.PSSVG.ps1
- Commands\Standard\SVG.image.ps1
- Examples\AnimateColor.svg
- Commands\Standard\SVG.feComposite.ps1
- Examples\Animate.PSSVG.ps1
- Commands\Standard\SVG.feDisplacementMap.ps1
- Examples\ManyAnimatedRectangles.PSSVG.ps1
- Commands\Standard\SVG.animateMotion.ps1
- Examples\SweepCircle.PSSVG.ps1
- Commands\Standard\SVG.linearGradient.ps1
- Examples\FadeIn.PSSVG.ps1
- Commands\Standard\SVG.filter.ps1
- Examples\DropShadow.svg
- Commands\Standard\SVG.script.ps1
- Examples\SpinningSpiral741.svg
- Commands\Standard\SVG.metadata.ps1
- Examples\BPMAnimate.PSSVG.ps1
- Commands\Standard\SVG.feFuncG.ps1
- Examples\LinearGradient.svg
- Commands\Standard\SVG.a.ps1
- Examples\RadialGradientAnimated.svg
- Commands\Standard\SVG.feFuncA.ps1
- Examples\RadialGradientAnimated.PSSVG.ps1
- Commands\Standard\SVG.view.ps1
- Examples\Pattern.svg
- Commands\Standard\SVG.foreignObject.ps1
- Examples\Index.PSSVG.ps1
- Commands\Standard\SVG.path.ps1
- Examples\SpinningSpiral636.svg
- Commands\Standard\SVG.set.ps1
- Examples\SpinningSpiral.PSSVG.ps1
- Commands\Standard\SVG.text.ps1
- Examples\README.md
- Commands\Standard\SVG.stop.ps1
- Examples\ManyRectangles.PSSVG.ps1
- Commands\Standard\SVG.feSpecularLighting.ps1
- Examples\PatternMask.svg
- Commands\Standard\SVG.line.ps1
- Examples\VerticalLinearGradient.PSSVG.ps1
- Commands\Standard\SVG.animate.ps1
- Examples\Morphing.svg
- Commands\Standard\SVG.feFlood.ps1
- Examples\LinearGradient.PSSVG.ps1
- Commands\Standard\SVG.feFuncB.ps1
- Examples\Blur.svg
- Commands\Standard\SVG.use.ps1
- Examples\RadialGradient.svg
- Commands\Standard\SVG.feBlend.ps1
- Examples\PowerShellChevron.svg
- Commands\Standard\SVG.polygon.ps1
- Examples\VerticalLinearGradient.svg
- Commands\Standard\SVG.feFuncR.ps1
- Examples\SweepCircle.svg
- Commands\Standard\SVG.feMergeNode.ps1
- Examples\Morphing.PSSVG.ps1
- Commands\Standard\SVG.discard.ps1
- Examples\MovingGradient.svg
- Commands\Standard\SVG.ellipse.ps1
- Examples\HelloWorld.svg
- Commands\Standard\SVG.style.ps1
- Examples\SpinningSpiral901.svg
- Commands\Standard\SVG.feMorphology.ps1
- Examples\LinearGradientAnimated.PSSVG.ps1
- Commands\Standard\SVG.textPath.ps1
- Examples\DropShadow.PSSVG.ps1
- Commands\Standard\SVG.feSpotLight.ps1
- Examples\ManyAnimatedRectangles.svg
- Commands\Standard\SVG.pattern.ps1
- Examples\AnimateMotion.svg
- Commands\Standard\SVG.marker.ps1
- Examples\PatternMask.PSSVG.ps1
- Commands\Standard\SVG.feDiffuseLighting.ps1
- Examples\DirectoryWithLinks.svg
- Commands\Standard\SVG.feComponentTransfer.ps1
- Examples\Shapes.svg
- Commands\Standard\SVG.feConvolveMatrix.ps1
- Examples\PowerShellChevron.PSSVG.ps1
- Commands\Standard\SVG.feImage.ps1
- docs\SVG.polygon.md
- Commands\Standard\SVG.switch.ps1
- docs\SVG.ellipse.md
- Commands\Standard\SVG.animateTransform.ps1
- docs\SVG.feMerge.md
- Commands\Standard\SVG.feMerge.ps1
- docs\SVG.symbol.md
- Commands\Standard\SVG.feColorMatrix.ps1
- docs\SVG.feColorMatrix.md
- Commands\Custom\SVG.DropShadow.ps1
- docs\Write-SVG.md
- Commands\Custom\SVG.Triangle.ps.ps1
- docs\PatternAnimation.svg
- Commands\Custom\SVG.DropShadow.ps.ps1
- docs\ConvertTo-PSSVG.md
- Commands\Custom\SVG.Spiral.ps.ps1
- docs\SVG.feComponentTransfer.md
- Commands\Custom\SVG.Triangle.ps1
- docs\SVG.feTile.md
- Commands\Custom\SVG.Spiral.ps1
- docs\SVG.linearGradient.md
- GitHub\Actions\PSSVG.ps1
- docs\SVG.tspan.md
- GitHub\Jobs\RunGitPub.psd1
- docs\SVG.a.md
- GitHub\Jobs\MakePSSVG.psd1
- docs\SVG.circle.md
- docs\Assets\PSSVG.svg
- docs\SVG.stop.md
- docs\Examples\FadeIn.svg
- docs\SVG.feComposite.md
- docs\Examples\SpinningSpiral15.svg
- docs\SVG.feSpotLight.md
- docs\Examples\StarRating.svg
- docs\SVG.feBlend.md
- docs\Examples\BPMAnimate.svg
- docs\SVG.Triangle.md
- docs\Examples\ManyRectangles.svg
- docs\SVG.DropShadow.md
- docs\Examples\Circles.svg
- docs\SVG.feMergeNode.md
- docs\Examples\PatternAnimation.svg
- docs\SVG.animateTransform.md
- docs\Examples\Index.svg
- docs\SVG.view.md
- docs\Examples\BPMMorph.svg
- docs\SVG.Spiral.md
- docs\Examples\LinearGradientAnimated.svg
- docs\CNAME
- docs\Examples\LongerText.svg
- docs\SVG.feFlood.md
- docs\Examples\AnimatedShapes.svg
- docs\SVG.animateMotion.md
- docs\Examples\Animate.svg
- docs\SVG.fePointLight.md
- docs\Examples\AnimateColor.svg
- docs\SVG.discard.md
- docs\Examples\DropShadow.svg
- docs\SVG.feFuncA.md
- docs\Examples\SpinningSpiral741.svg
- docs\SVG.feTurbulence.md
- docs\Examples\LinearGradient.svg
- docs\SVG.rect.md
- docs\Examples\RadialGradientAnimated.svg
- docs\SVG.textPath.md
- docs\Examples\Pattern.svg
- docs\SVG.feFuncB.md
- docs\Examples\SpinningSpiral636.svg
- docs\SVG.use.md
- docs\Examples\PatternMask.svg
- docs\SVG.g.md
- docs\Examples\Morphing.svg
- docs\SVG.text.md
- docs\Examples\Blur.svg
- docs\SVG.image.md
- docs\Examples\RadialGradient.svg
- docs\SVG.marker.md
- docs\Examples\PowerShellChevron.svg
- docs\SVG.mpath.md
- docs\Examples\VerticalLinearGradient.svg
- docs\SVG.feOffset.md
- docs\Examples\SweepCircle.svg
- docs\README.md
- docs\Examples\MovingGradient.svg
- docs\SVG.feMorphology.md
- docs\Examples\HelloWorld.svg
- docs\SVG.feDropShadow.md
- docs\Examples\SpinningSpiral901.svg
- docs\SVG.feDistantLight.md
- docs\Examples\ManyAnimatedRectangles.svg
- docs\SVG.foreignObject.md
- docs\Examples\AnimateMotion.svg
- docs\SVG.feDisplacementMap.md
- docs\Examples\DirectoryWithLinks.svg
- docs\SVG.script.md
- docs\Examples\Shapes.svg
- docs\SVG.mask.md