DescriptionRemove transparency clip, use 'bound' in CompositingRecorder instead.
The purpose of the transparency clip is to give Skia raster hints so that
a transparent layer can be sized according to the bounding box of contents
being composited. The clip itself should be no-op, but will actually cause
anti-alias artifact for transformed contents.
Removing the transparency clip and use compositing bound will allow Skia
to take account of anti-aliasing to properly size the transparent layer.
BUG=524859
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201202
Patch Set 1 #
Total comments: 1
Patch Set 2 : fix nits, update expectation #Patch Set 3 : fix debug build #
Messages
Total messages: 16 (7 generated)
|