PSSVG
PSSVG copied to clipboard
Script SVGs with PowerShell
This should draw a series of lines whose segments are `-Zig` length and whose angles are `-Zag` angle.
This should be especially easy to start off with, as SVGs can contain SVGs. More practically speaking, this command should help provide a number of common answers to _how_ SVGs...
There are a couple of scenarios for this command: 1. Formatted console output as SVG (for sharability) 2. Standardized rendering of simple data (for example, showing a set of points)
This should render a [mathematical rose](https://en.wikipedia.org/wiki/Rose_(mathematics))
This may be a _little_ tedius, but should be fairly straightforward. Essentially: Throughout SVG, we can uniformly scale any purely value. This is a _little_ tricky in the case of...
We can think of many fractals as being the combination of N iterations of a repeated shapes or points. Surely, this is something we can manage to script. It also...
ConvexPolygon has a lot of aliases, for a lot of different proper names for a shape. If this is assigned to a variable before it is called, such as it...
Reflection can be accomplished in SVG via transforms. This should make it easier to apply them.