Does anyone have a hint for me for the following problem ?
I would like to draw a filled path ( canvas ) which has a hole in it. In SVG the path definition is the f
SVG determines what's inside/outside a path by using the fill-rule. Java also allows a winding rule to be set. With Android paths there is also a fillType which works similarly. Perhaps you have different rules set for the java or SVG code?