Open buguibu opened 6 years ago
As far as I found out only the info in path
matters. I had a fill-rule
attribute in style
, but it got ignored. Since style
is basically plain text, I don't know wether it is trivial to implement to this lib or not.
I have a SVG element that in it's own attribute style override a fillColor defined by css id rule, but the interpreter seems to not properly process it and apple the id defined color.
As the path firstly receive the color from the group_id style definition the library doesn´t seems to apply it´s own style definition.
(Related issue https://github.com/mchoe/SwiftSVG/issues/96)