On Sat, Jul 30, 2016 at 1:03 PM, 'Rupert Smith' via Elm Discuss <
elm-discuss@googlegroups.com> wrote:

> Is SVG good for interactive GUIs though?


In my experience, SVG is even better for interactive GUIs, unless you have
very dense graphic elements, or your UI is more on the unusual/experimental
side of things and you need full control over every pixel. The reason SVG
is nice to work with is that a built-in concept to SVG is an "object" that
has width and height and properties like stroke width and fill color. This
tends to be really nice to work with because along with these properties
you also have standard events like mouse clicks and that sort of thing that
you can hook in to.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to