[Webkit-unassigned] [Bug 47660] SVGFEConvolveMatrixElement doesn't support dynamic invalidation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 04:06:12 PDT 2010


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70723|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #2 from Andreas Kling <kling at webkit.org>  2010-10-14 04:06:12 PST ---
(From update of attachment 70723)
View in context: https://bugs.webkit.org/attachment.cgi?id=70723&action=review

> WebCore/svg/SVGFEConvolveMatrixElement.idl:54
> +        void setKernelUnitLength(in float kernelUnitLengthX, in float kernelUnitLengthY);
> +        void setOrder(in unsigned long orderX, in unsigned long orderY);

Why are you adding these, are they in the specification?
Regardless, they're not covered by any layout tests. This needs to be fixed.

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