Chromium Code Reviews
Description[Slimming Paint] Implement deferred SVG filters
This patch implements filters in slimming paint. The general approach is
to create a new graphics context in the filter and use that for painting
the contents of the filter. This solves the issue of nested drawing
recorders.
With this patch we pass 64 additional tests in svg/filters and the
remaining 30 failures have been skipped in the new virtual test
suite (these failures are primarily feImage).
BUG=451606
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189079
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Implement SVG filters #Patch Set 4 : Cleanup #
Total comments: 8
Patch Set 5 : Address reviewer comments #
Total comments: 1
Patch Set 6 : Let the filter manage its own context #Patch Set 7 : Minor cleanup #Patch Set 8 : Rebase #Patch Set 9 : Cleanup, and update expectation #
Total comments: 2
Patch Set 10 : Add note #Messages
Total messages: 12 (2 generated)
|