JavierRosas / axiis

Automatically exported from code.google.com/p/axiis
0 stars 0 forks source link

Allow DataCanvas/Layouts to clip content #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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