I'm looking to be able to use Tint() on a loaded SVG and it looks like that is not available yet. Instead of saving artwork out as a bitmap, I was trying to wrap the shape in a PGraphics and draw the shape into it. However when I do that I get a jagged bitmap.
Here is the code I'm using where "finsVector" is a PShape.