James Brundage

Results 990 issues of James Brundage

PSSVG should be able to draw [Tetrominos](https://en.wikipedia.org/wiki/Tetromino)

enhancement

This should generate a "wavy" circle, using `[Sin]` or `[Cos]` to adjust the radius at a given angle.

enhancement

This should be a simplification of SVG.StyleSheet, which picks a palette from [4bitcss](https://4bitcss.com) (using the CDN)

enhancement

This should draw a single semicircle (as an SVG.path)

enhancement

* [ ] #155 * [ ] #156 * [ ] #175 * [ ] #176

enhancement

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)

enhancement

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

enhancement