[Webkit-unassigned] [Bug 42244] SVGFilterElement & SVGFE*Element don't support dynamic invalidation, when attributes change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 06:54:11 PDT 2010


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





--- Comment #14 from Nikolas Zimmermann <zimmermann at kde.org>  2010-07-20 06:54:11 PST ---
(In reply to comment #13)
> (In reply to comment #12)
> > It would be great, if all results would end up with the _same_ image.
> 
> Actually I intentionally made different images, because sometimes copy-paste programming could lead to the same result when somebody forget to change some things.
Okay. For example SVGRectElement has tests that change x/y/width/height. We want to draw a 100x100 rectangle, from x=0/y=0. In the width test, I'd start with with="50" and let it grow to "100". In the x-test I'd start with x=10 and let it shrink to x=0. etc..

It's hard to tell just from the visual result, whether the test worked, that's all. We should have discussed this before, sorry that you were on the wrong track! :(

> 
> > (Are you aware of make-script-test-wrappers, btw? That automatically creates the .html files for you)
> 
> Never heard about it. And the script has no help.
Yeah, it's unfortuante. Whenever you place foo.js in script-tests/foo.js, it will generate foo.html for you from the TEMPLATE.html file - so you don't need to write them on your own.

> 
> Ok I will do these changes tomorrow.
Thanks a lot, hope you're not bored now :(

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