sharkdp / purescript-flare

A special-purpose UI library for Purescript
287 stars 17 forks source link

SVG support #13

Closed clayrat closed 8 years ago

clayrat commented 8 years ago

Is there a plan to support vector graphics as well? I can't seem to find any standalone SVG lib for Purescript however..

clayrat commented 8 years ago

The easiest way is probably to extend Smolder first?

sharkdp commented 8 years ago

I'd love to support SVG in some way. But as you said, this does not really depend on Flare itself. Extending Smolder would be one option. If there is an existing SVG library somewhere, you could already use it via 'runFlareWith'.

Another very cool way would be if purescript-drawing had a SVG backend in addition to the Canvas backend.