James Brundage
James Brundage
PSSVG should be able to draw [Tetrominos](https://en.wikipedia.org/wiki/Tetromino)
This should generate a "wavy" circle, using `[Sin]` or `[Cos]` to adjust the radius at a given angle.
This should be a simplification of SVG.StyleSheet, which picks a palette from [4bitcss](https://4bitcss.com) (using the CDN)
Markdown cannot be natively handled as SVG, but it can be easily converted within PowerShell Core. This should convert from Markdown, and them embed the converted content as a [ForeignObject](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject)
You can embed HTML within SVG as a [ForeignObject](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject) (provided it indicates it is HTML and is valid XHTML). This is nowhere near as obvious as a name, and it...
A number of UI elements can be implemented primarily in SVG. Doing so would give a more consistent appearance across mediums, and enable better interactivity and color scheme matching where...