PSSVG icon indicating copy to clipboard operation
PSSVG copied to clipboard

Script SVGs with PowerShell

Results 114 PSSVG issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Is there a way with this library to render the resulting SVG as PNGs of varying dimensions?

One should be able to create a line graph using SVG. Re #76

enhancement

As we continue to try to make various shapes easy to script, we'll want to inherit polygon in order to create a trapezoid.

enhancement

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...

enhancement

This should be a bit more of a pain to calculate, but, again, better than depending on a transform which will not always render.

enhancement

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 *...

enhancement