[Webkit-unassigned] [Bug 5863] feMorphology filter is not implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 00:30:11 PDT 2009


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-08-25 00:30:10 PDT ---
Why are the external strings needed?  Why not just "SVGRadiusXAttr" as a
literal c string?

readonly attribute SVGAnimatedEnumeration _operator;
will expose "_operator" to javascript instead of "operator".  That seems bad.

Seems we would need to hack the js generator to work around this c++ keyword. 
Or have some custom attribute for the attribute in the idl

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