[Webkit-unassigned] [Bug 19741] Changing an SVGPathSeg does not update a following Smooth Cubic Curveto

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 5 12:29:15 PDT 2008


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





------- Comment #3 from rwlbuis at gmail.com  2008-07-05 12:29 PDT -------
(In reply to comment #2)
> Our behavior is not identical to FF.  I can't get Opera to launch on my
> machine... :(  From the test case it's not very easy to tell if something is
> wrong or not... but I do think we might have an issue here.  A better test case
> would make it very clear if the behavior is correct or not (by showing only
> green on pass and red on fail, or showing some pass/fail text, etc.)

Opera behaves the same as FF here.
The problem is that we expose only moveto, lineto and cubic curveto in this
interface, not the smooth one. Likely the right fix would be to do expose them
(lazily), and internally use some quick format. I wonder if there already is a
bug for this...
Cheers,

Rob.


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



More information about the webkit-unassigned mailing list