PSSVG
PSSVG copied to clipboard
Script SVGs with PowerShell
It should be possible to generate a slideshow out of a number of SVG elements and/or image URLs. The slideshow should automatically generate an animation for each step, though this...
Is there a way with this library to render the resulting SVG as PNGs of varying dimensions?
As we continue to try to make various shapes easy to script, we'll want to inherit polygon in order to create a trapezoid.
In order to ensure formatting renders the way we'd like it to we'll want to be able to display a table of mostly text in pure SVG. This should support...
This should be a bit more of a pain to calculate, but, again, better than depending on a transform which will not always render.
More than a few things can be embedded into SVG using either a: [``](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject) or a [``](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata) element This can be broadly separated into two categories: ## Embedding Metadata *...