DescriptionWe need to adjust the bounds of clip ops with SaveLayer paints too.
Before this CL, SkRecord only adjusted the bounds of draw ops for SaveLayers' paints.
That worked fine, but as a final step we intersect the bounds of draw ops with the
bounds of the current clip, essentially undoing all that work.
I think the right fix here is to also adjust the bounds of the clip ops.
BUG=skia:2957, 415468
R=robertphillips@google.com
Committed: https://skia.googlesource.com/skia/+/271a030f5d0d3c59715fbeffb31c761279f3f8ca
Patch Set 1 #Patch Set 2 : tweak new gm #
Total comments: 12
Patch Set 3 : test instead of GM #Patch Set 4 : explain more #
Total comments: 2
Patch Set 5 : grammar #
Messages
Total messages: 17 (4 generated)
|