commit | 23977a836c6996b78f2c3638546ca3a14db50aed | [log] [tgz] |
---|---|---|
author | zimmermann <zimmermann@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Dec 26 00:37:47 2006 +0000 |
committer | zimmermann <zimmermann@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Dec 26 00:37:47 2006 +0000 |
tree | 524dee0426db118097a4390e6138f5ab61858a6a | |
parent | 04bf561344c929655ebe19eb6a95243025cf62b9 [diff] |
Reviewed by Oliver. Fixes: http://bugs.webkit.org/show_bug.cgi?id=11963 Fixes: http://bugs.webkit.org/show_bug.cgi?id=11123 Fix SVGList JS wrappers, which operate on POD types (ie. Point). There exists a special JSSVGPODTypeWrapperCreatorForList class now, which operators on specialized SVGPODList's. It makes it possible to support stuff like "myList.getItem(0).value = 200", for POD lists. Adding two new testcases demonstrating the usage of SVG DOM & SVGAnimatedPoints. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@18415 268f45cc-cd09-0410-ab3c-d52691b4dbfc