Closed GoogleCodeExporter closed 9 years ago
Unfortunately we haven't implemented 'real' geometric operations yet in degrafa.
GeometryUnion is a little misleading as a class name in that sense. It is
simply a
class that draws its children without resetting paint styles between -
basically it
issues the drawing commands for all the children as a single sequence with the
fill
and stroke styles that it defines on the GeometryUnion parent. The fill
exclusion
zone you see from the overlapping circles is as a result of the flash drawing
api's
default fill-rule (called 'even-odd') which basically fills parts of a shape
based on
alternating areas of enclosed spaces defined by enclosed sub-paths or
self-intersections. We do have plans to add geometric operations in the future,
this
has been our intention all along...however if I were to suggest a timeframe I
would
say Q3-4 earliest.
Original comment by greg.d...@gmail.com
on 19 May 2010 at 7:24
Original issue reported on code.google.com by
sarah.pl...@gmail.com
on 17 May 2010 at 10:43Attachments: