Cleanup Canvas API by deprecating a few methods.
The clipRegion(Region) API exposed a different semantic than all other clip APIs by not respecting the current matrix. The same behavior can be achieved by calling clipRect(Rect) on the Rects within a Region. bug: 14650725 Change-Id: I7e91813b8e2474f327e070e549fa303d66f8b552
Loading
Please register or sign in to comment