[Webkit-unassigned] [Bug 6002] WebKit does not properly handle SVG <cursor> element

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 13 15:52:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6002





------- Comment #29 from macdome at opendarwin.org  2006-09-13 15:52 PDT -------
(From update of attachment 10499)
+                   
hotSpot.setX(int(static_cast<SVGCursorElement*>(e)->xBaseValue()->value()));
+                   
hotSpot.setY(int(static_cast<SVGCursorElement*>(e)->yBaseValue()->value()));

BaseValue is wrong here.  I we should probably make those accessors private,
and only expose them to the classes that need them.

x() and y() is what you want.


-- 
Configure bugmail: http://bugzilla.opendarwin.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