DescriptionO2D:
- New APIs:
- Add a "visible" property to the Layer class to mimick the visible property of the Transform class.
- Add a method to set an affine transform on Pattern objects so that texture patterns can be transformed independently from the Layers that use them.
- Add a "paint operators" API for Layers and define four operators (currently only three of them implemented). The previous hard-coded behaviour was equivalent to the BLEND_WITH_TRANSPARENCY operator.
- Fixes:
- Replace the "mask" nomenclature with "clip", which is a more standard name.
- Don't clip alpha-blended layers.
- Restrict Layer painting to the rectangle defined by the attributes.
- Set default alpha value to 0.0 instead of 1.0 to match what JavaScript expects.
TEST=loaded O2D and verified all new functionality is working
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72006
Patch Set 1 #
Total comments: 22
Patch Set 2 : '' #
Total comments: 7
Patch Set 3 : '' #Patch Set 4 : '' #
Messages
Total messages: 10 (0 generated)
|