Allow DataCanvas/Layouts to clip content
Closed this issue · 1 comments
GoogleCodeExporter commented
Currently geometries can be drawn outside the bounds of DataCanvases and
the layouts. These classes should support a clipContent property that will
not render items that fall outside the bounds of the object. This can be
done with masking and by inspecting the bounds of geometries before they
are rendered to the AxiisSprites.
Original issue reported on code.google.com by mvand...@gmail.com
on 4 Jun 2009 at 2:18
GoogleCodeExporter commented
DataCanvas is now a subclass of Canvas, so now has the clipContent property.
Original comment by mvand...@gmail.com
on 4 Dec 2009 at 1:32
- Changed state: Fixed