svg-tree
svg-tree copied to clipboard
SVG loader/serializer for Haskell
Width, height, rx and ry should default to 'auto' rather than '0'. It happens often that 'auto' computes to '0' but it's not always the case. This PR contains breaking...
It would be useful for reanimate[1] if Graphics.Svg.NamedColors was exported. Would you accept such as PR? [1] https://github.com/Lemmih/reanimate
Looking at the SVG spec, and the documents produced by Inkscape, I see things like: ```svg test ``` I think that `desc` should be parsed and added to `DrawAttributes`? I...