[elm-discuss] Re: Image navigation and interaction

2016-09-08 Thread Jan Weidner
Thanks for all the suggestions. I skimmed over svg and found out how build an image from scratch by drawing circles and polygons etc. However I did not spot a function to load an image from file, am I missing something? On Wednesday, September 7, 2016 at 8:49:08 PM UTC+2, John Bugner wrote: > >

[elm-discuss] Re: Image navigation and interaction

2016-09-07 Thread Jan Weidner
Thanks! How do I use canvas from elm? Is there a canvas elm example somewhere? On Wednesday, September 7, 2016 at 3:03:59 PM UTC+2, Charlie Koster wrote: > > The first thing I'll mention is writing your own map application is a huge > undertaking. But it doesn't hurt to try with Elm :) > > Have