RESOLVED FIXED 57773
Add a fast path for simple color backgrounds
https://bugs.webkit.org/show_bug.cgi?id=57773
Summary Add a fast path for simple color backgrounds
Simon Fraser (smfr)
Reported 2011-04-04 11:59:28 PDT
We currently render rounded-corner color backgrounds via setting a clipping path and then filling the rect. This is slow in CG; it's better to just create a path for the rounded rect and fill it.
Attachments
Patch (8.02 KB, patch)
2011-04-04 12:13 PDT, Simon Fraser (smfr)
adele: review+
Simon Fraser (smfr)
Comment 1 2011-04-04 12:13:13 PDT
Simon Fraser (smfr)
Comment 2 2011-04-05 13:32:56 PDT
Simon Fraser (smfr)
Comment 3 2011-04-05 17:53:38 PDT
Note You need to log in before you can comment on or make changes to this bug.