| OLD | NEW |
| 1 namespace="SVG" | 1 namespace="SVG" |
| 2 namespaceURI="http://www.w3.org/2000/svg" | 2 namespaceURI="http://www.w3.org/2000/svg" |
| 3 fallbackInterfaceName="SVGUnknownElement" | 3 fallbackInterfaceName="SVGUnknownElement" |
| 4 fallbackJSInterfaceName="SVGElement" | 4 fallbackJSInterfaceName="SVGElement" |
| 5 | 5 |
| 6 a | 6 a |
| 7 #if ENABLE_SVG_FONTS | 7 #if ENABLE_SVG_FONTS |
| 8 altGlyph | 8 altGlyph |
| 9 altGlyphDef | 9 altGlyphDef |
| 10 altGlyphItem | 10 altGlyphItem |
| 11 #endif | 11 #endif |
| 12 animate | 12 animate |
| 13 animateColor | 13 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons
tructor |
| 14 animateMotion | 14 animateMotion |
| 15 animateTransform | 15 animateTransform |
| 16 set | 16 set |
| 17 circle | 17 circle |
| 18 clipPath | 18 clipPath |
| 19 # color-profile | 19 # color-profile |
| 20 cursor | 20 cursor |
| 21 defs | 21 defs |
| 22 desc | 22 desc |
| 23 discard | 23 discard |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 symbol | 87 symbol |
| 88 text | 88 text |
| 89 textPath | 89 textPath |
| 90 title | 90 title |
| 91 tspan interfaceName=SVGTSpanElement | 91 tspan interfaceName=SVGTSpanElement |
| 92 use constructorNeedsCreatedByParser | 92 use constructorNeedsCreatedByParser |
| 93 view | 93 view |
| 94 #if ENABLE_SVG_FONTS | 94 #if ENABLE_SVG_FONTS |
| 95 vkern interfaceName=SVGVKernElement | 95 vkern interfaceName=SVGVKernElement |
| 96 #endif | 96 #endif |
| OLD | NEW |