techniq / layerchart

Composable Svelte chart components to build a wide range of visualizations
https://www.layerchart.com
MIT License
451 stars 10 forks source link

Download as PNG / SVG / etc #162

Open techniq opened 1 month ago

techniq commented 1 month ago
techniq commented 1 month ago

SVG reproduction when using CSS classes / variables will require some extra processing to fully reproduce visual.

image

techniq commented 1 month ago

Mike Bostock's examples of serialize() and rasterize() for SVG look straight forward (using document.createTreeWalker().

Likely how Download SVG and Download PNG are implemented (or at least the basics).

image

see also: https://talk.observablehq.com/t/svg-to-png/6957

techniq commented 1 week ago

See discussion for approach with SVG