Why does this produce a picture with a black filled circle? The path is set to fill=None so I expect the circle contents to be transparent (hence the center should be pink like the background).
Changing to fill=color(0,0,0,0) resolves the issue, but shouldn't fill=None work?
You already know that Export as Image... PDF does not produce the right results.
Posted by Tom De Smedt on Mar 09, 2009
Hi Peter,
This should be fixed in the latest version.
Why is a canvas path filled?
Posted by Peter N Lewis on Mar 05, 2009Why does this produce a picture with a black filled circle? The path is set to fill=None so I expect the circle contents to be transparent (hence the center should be pink like the background).
Changing to fill=color(0,0,0,0) resolves the issue, but shouldn't fill=None work?
You already know that Export as Image... PDF does not produce the right results.