DescriptionPlumb in flag to enable antialiased clipping in HTML 5 Canvas
Here is the OWP tracking bug: https://code.google.com/p/chromium/issues/detail?id=422984
Here is the link to the entry on the feature dashboard: https://www.chromestatus.com/features/4871530282483712
Currently canvas clips are not antialiased which differs what what other
browsers are doing and what the users expect. Skia supports antialiased clipping
but Skia's gpu backend (which is used for canvas) can be significantly slower
for concave clips.
This CL starts surfacing the desired antialiased clipping behavior behind a flag
so developers can start assessing the capability. There is a lot more work that
needs to occur in Skia before we have a consistently good story for gpu-backed
antialiased clipping so we will not be ready to switch behaviors for a while.
BUG=crbug.com/7508
BUG=crbug.com/422984
junov: core & platform
dglazkov: Source/web & public/web
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183830
Patch Set 1 #Patch Set 2 : Clean up #Patch Set 3 : More cleanup #
Total comments: 4
Patch Set 4 : Addressed code review comments #
Messages
Total messages: 17 (5 generated)
|