So im playing around with ofxVectorGraphics and ran into a snag. I am saving out a tail like graphic so I’m building it with polyVertex(x, y) I can get this to work when it is not filled but when I fill the shape I get this connection from top to bottom. The solution is to make a shape per segment but this gets messy.
Is there a way to create groups in ofxVectorGraphics?