I've been looking around the documentation for a function Svg.map : (a -> msg) -> Svg a -> Svg msg, which would be exactly analogous to Html.App.map. But I can't find this function anywhere. Did I miss it? Am I supposed to handle nesting Svg-based graphical components in a different way from Html components? Is it possible to write this function myself using the exposed API for Svg? Am I using the Svg library in an unintended way, so this question shouldn't even have come up? Thanks for any help you can offer.
-- 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.
