exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6k stars 552 forks source link

Coloring Paths style:fill #764

Closed allensoberano closed 2 years ago

allensoberano commented 2 years ago

When iterating over XML How do would I color/fill something that is a path and not a shape? Example XML <path class="class_name" style="fill:#ffffff;stroke:#e5e5e5" ......