On Tuesday, September 6, 2016 at 4:08:29 PM UTC+1, Janis Voigtländer wrote: > > Thinking about how this might be updated to Elm 0.17, it seems almost > impossible to do. Not because of any signal vs. not-signal problems, but > simply because of the lack of a declarative graphics API like Graphics > that also enables attaching event handlers. That’s what disappeared from > elm-graphics when Graphics.Input.* disappeared. Anyway, a Graphics > replacement done via SVG would probably address this, because I assume it > would support attaching event handlers like onclick and onmouseover to > the created graphics nodes just as it works for “normal” (html and svg) > nodes now? >
+1 for getting Graphics ported to SVG + Elm 0.17. I'm pretty sure I will go with SVG for the graphical portion of my application and not canvas. I also need to combine text + graphics. Not sure how I will achieve this yet... -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
