| OLD | NEW |
| 1 | 1 |
| 2 class SVGClipPathElement extends SVGElement native "SVGClipPathElement" { | 2 class SVGClipPathElement extends SVGElement native "*SVGClipPathElement" { |
| 3 | 3 |
| 4 SVGAnimatedEnumeration clipPathUnits; | 4 SVGAnimatedEnumeration clipPathUnits; |
| 5 | 5 |
| 6 // From SVGTests | 6 // From SVGTests |
| 7 | 7 |
| 8 SVGStringList requiredExtensions; | 8 SVGStringList requiredExtensions; |
| 9 | 9 |
| 10 SVGStringList requiredFeatures; | 10 SVGStringList requiredFeatures; |
| 11 | 11 |
| 12 SVGStringList systemLanguage; | 12 SVGStringList systemLanguage; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 42 SVGElement nearestViewportElement; | 42 SVGElement nearestViewportElement; |
| 43 | 43 |
| 44 SVGRect getBBox() native; | 44 SVGRect getBBox() native; |
| 45 | 45 |
| 46 SVGMatrix getCTM() native; | 46 SVGMatrix getCTM() native; |
| 47 | 47 |
| 48 SVGMatrix getScreenCTM() native; | 48 SVGMatrix getScreenCTM() native; |
| 49 | 49 |
| 50 SVGMatrix getTransformToElement(SVGElement element) native; | 50 SVGMatrix getTransformToElement(SVGElement element) native; |
| 51 } | 51 } |
| OLD | NEW |