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

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

Issue 99533004: [SVG] Implement 'discard' element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/svg/SVGDiscardElement.idl ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | 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 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
23 ellipse 24 ellipse
24 feBlend 25 feBlend
25 feColorMatrix 26 feColorMatrix
26 feComponentTransfer 27 feComponentTransfer
27 feComposite 28 feComposite
28 feConvolveMatrix 29 feConvolveMatrix
29 feDiffuseLighting 30 feDiffuseLighting
30 feDisplacementMap 31 feDisplacementMap
31 feDistantLight 32 feDistantLight
32 feDropShadow 33 feDropShadow
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 symbol 87 symbol
87 text 88 text
88 textPath 89 textPath
89 title 90 title
90 tspan interfaceName=SVGTSpanElement 91 tspan interfaceName=SVGTSpanElement
91 use constructorNeedsCreatedByParser 92 use constructorNeedsCreatedByParser
92 view 93 view
93 #if ENABLE_SVG_FONTS 94 #if ENABLE_SVG_FONTS
94 vkern interfaceName=SVGVKernElement 95 vkern interfaceName=SVGVKernElement
95 #endif 96 #endif
OLDNEW
« no previous file with comments | « Source/core/svg/SVGDiscardElement.idl ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698