mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 230 forks source link

SVG having multi grouping is not rendring properly #178

Open vikas837 opened 3 years ago

vikas837 commented 3 years ago

Description of the Issue SVG having multi level groupings tag is not rendering with proper colour. Always black colour displays on the SVG.
Like in the below SVG fill="#FF0000" is the Red colour but it is displaying as black.

Sample SVG

Sample SVG code

`

`

Screenshots Correct SVG:

Screenshot 2021-02-18 at 5 10 50 PM

Rendered SVG:

SVG displays black instead of red

Screenshot 2021-02-18 at 5 04 33 PM

Please help me to solve this issue.