| 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 |
| 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 | |
| 24 ellipse | 23 ellipse |
| 25 feBlend | 24 feBlend |
| 26 feColorMatrix | 25 feColorMatrix |
| 27 feComponentTransfer | 26 feComponentTransfer |
| 28 feComposite | 27 feComposite |
| 29 feConvolveMatrix | 28 feConvolveMatrix |
| 30 feDiffuseLighting | 29 feDiffuseLighting |
| 31 feDisplacementMap | 30 feDisplacementMap |
| 32 feDistantLight | 31 feDistantLight |
| 33 feDropShadow | 32 feDropShadow |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 symbol | 86 symbol |
| 88 text | 87 text |
| 89 textPath | 88 textPath |
| 90 title | 89 title |
| 91 tspan interfaceName=SVGTSpanElement | 90 tspan interfaceName=SVGTSpanElement |
| 92 use constructorNeedsCreatedByParser | 91 use constructorNeedsCreatedByParser |
| 93 view | 92 view |
| 94 #if ENABLE_SVG_FONTS | 93 #if ENABLE_SVG_FONTS |
| 95 vkern interfaceName=SVGVKernElement | 94 vkern interfaceName=SVGVKernElement |
| 96 #endif | 95 #endif |
| OLD | NEW |