Open
Description
I have an app where I load layers from SVGs, repaint them various colors, stack them, and output the results as PNGs. To minimize the memory consumed by intermediate results, I always union together masks that are being painted the same color for the same output PNG, unless I need to avoid doing so for Z-order reasons. Thus, being able to take the union of two masks via a tiny-skia routine rather than a loop I had to write myself, would be very useful.
As well, I could get by with fewer SVGs given subtraction and XOR operations on masks.
Metadata
Metadata
Assignees
Labels
No labels