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

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


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #8 from Nikolas Zimmermann <zimmermann at kde.org>  2009-08-25 03:30:02 PDT ---
(In reply to comment #7)
> Why are the external strings needed?  Why not just "SVGRadiusXAttr" as a
> literal c string?
The external string are perfectly fine. There are no "radiusX" / "radiusY"
Attribute Strings that would be exported in SVGNames.h, there's only "radius",
so Dirk needs to define these values. Exactly like it's done for ie.
SVGKernelUnitLengthXIdentifier / SVGKernelUnitLengthYIdentifier and numerous
other classes in svg/. If you remember, this stuff is needed for SVG<->DOM
attribute synchronization.

> 
> readonly attribute SVGAnimatedEnumeration _operator;
> will expose "_operator" to javascript instead of "operator".  That seems bad. 
Yes, that's a real problem. Already persistent in other classes like
SVGFECompositeElement, in trunk.
I'd rather suggest to fix all these problems in one-shot in a follow-up patch.
Though if Dirk wants to fix it here, no problem as well...

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