On Thu, Apr 6, 2017 at 8:03 AM, 'Rupert Smith' via Elm Discuss < [email protected]> wrote:
> On Saturday, April 1, 2017 at 5:15:47 AM UTC+1, Duane Johnson wrote: >> >> The short term goal is to make a typed SVG library (as mentioned earlier, >> fully typed and documented). Medium-term, I'd like to adopt some sensible >> module partitions that help segregate functionality into logical units >> (e.g. core graphics, animations, filters). The long term goal is to create >> a pleasant and intuitive SVG library, something that will come from seeing >> how we all use this in practice. >> > > What are the immediate todos that need worked on? Is there a list of > issues on the github project, for example? > That's a good idea. I should write that up. For now, here's what I'm thinking: - separate out the Animation elements and attributes into their own module - continue to add length-unit-specific modules like InPx and InEm (InPt, InMm, etc.) - move `text` element from Core to regular elements (TypedSvg) - fill in missing documentation on all elements and attributes - add helpful functions as we go to the TypedSvg.Extra module (currently only `centeredImage` resides there) > I've set myself up an elm-reactor project to start having a play around > with it. Will be aiming to render some of the various diagrams I need, and > happy to start filling in the blanks once I run off the end of the road... > Awesome! I look forward to your feedback and help. Duane -- 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.
