Descriptioncontext.addHitRegion() is not working when using transform operation.
Should be able to add hit region when using transform operation.
context.isClipMode uses SkClipStack::getSaveCount() internally.
But the count is incremented by transform operation as well as clip operation.
So, remove the method and then add a new method which is determined by only clip operation.
BUG=389862
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177483
Patch Set 1 #Patch Set 2 : fixed #
Total comments: 2
Patch Set 3 : state stack #
Messages
Total messages: 7 (0 generated)
|