[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
Fri Aug 20 21:58:19 PDT 2010


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





--- Comment #2 from Dirk Schulze <krit at webkit.org>  2010-08-20 21:58:19 PST ---
We could realy use the unite circle and just transform it according to x,y,cx,cy. But that causes some changes, first we would need to store the Path's in the elements (rect,circle,path,polygon,line,...). And we should also get rid of the current ellipse logic in Path::createEllipse and let the platforms draw the circle.

-- 
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