-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
I'd like to fill an SVG with a given color through code, and while editing the SVG isn't supported on most platforms, other methods that seem to be present in other ports seem to not exist in skija.
Ideas for solutions:
canvas.drawPicture(svg, paint)canvas.drawPolygon(svg, paint)- This wouldn't be realistic as an SVG can have multiple polygons
canvas.clipSVG(svg)
In case these are bad ways to approach the issue, an alternative would also be very welcome :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels