Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1206)

Side by Side Diff: Source/core/svg/SVGTagNames.in

Issue 242973003: Clean up kerning and color-profile leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: strip devtools change Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 noTypeHelpers 12 animate noTypeHelpers
13 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor 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
20 cursor 19 cursor
21 defs 20 defs
22 desc 21 desc
23 discard 22 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
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698