DescriptionRestore GC state after painting with a "reference" [url(#foo)] clip-path
If the referenced 'clipPath' is a simple (single shape), the GC state is
mutated with the clip-path shape. It's however not guaranteed that the
GC state is restored - and hence the clip removed - before painting later
content.
Make sure the state is restored at the exit of
RenderLayer::paintLayerContents by using a GCSS. Convert the
'clip-path: <shape>'-case to use the GCSS as well.
BUG=391291
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177586
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|