WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2011-04-04 12:13:13 PDT
Created
attachment 88094
[details]
Patch
Simon Fraser (smfr)
Comment 2
2011-04-05 13:32:56 PDT
http://trac.webkit.org/changeset/82969
Simon Fraser (smfr)
Comment 3
2011-04-05 17:53:38 PDT
<
rdar://problem/9042985
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug