I'm having some issues with rendering a WireCircle, when it intersects
other objects. Have a look at it here:
http://img339.yfrog.com/i/wirecirclerenderingc.png/
I can sort of resolve it by assigning every object ownCanvas = true,
but this is a bit messy because it causes other z-sorting issues.
Anyone experienced something like this before? Couldn't find anything
in the list so far...
Thanks!
Also a CurveLineSegment class has been added to primitives in case you want to draw curves that are handled same way as the
LineSegment class.
Fabrice