[Webkit-unassigned] [Bug 44374] Changing cx/cy causes SVGCircleElement to regenerate path data when not needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 21 07:33:49 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44374





--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-08-21 07:33:49 PST ---
As noted in bug 44375, path copying is really expensive.  So all of our Path::create* functions which return a path, cause a copy.  I think we should consider using the unit circle as you suggest.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list