CCoSVG
I fixed the two problems of CCoSVG.
- Fix to update color indicators after color change · lpubsppop01/ccosvg@5b260f7
- Support SVG content simplification to display fine · lpubsppop01/ccosvg@bc8b3c1
The first one is simply a bug in my code.
The second one is a change that make
some SVG files generated by Illustrator for iPad to be displayed normally with flutter_svg.
The style definition under the style element will be set directly
to each element's style attribute,
then invisibility and gradients seems to be reflected correctly by this change.