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

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

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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 | Annotate | Revision Log
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 altGlyph Conditional=SVG_FONTS
8 altGlyphDef Conditional=SVG_FONTS
9 altGlyphItem Conditional=SVG_FONTS
10 animate noTypeHelpers 7 animate noTypeHelpers
11 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor 8 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor
12 animateMotion 9 animateMotion
13 animateTransform 10 animateTransform
14 set 11 set
15 circle 12 circle
16 clipPath 13 clipPath
17 cursor 14 cursor
18 defs 15 defs
19 desc 16 desc
(...skipping 18 matching lines...) Expand all
38 feMerge 35 feMerge
39 feMergeNode 36 feMergeNode
40 feMorphology 37 feMorphology
41 feOffset 38 feOffset
42 fePointLight 39 fePointLight
43 feSpecularLighting 40 feSpecularLighting
44 feSpotLight 41 feSpotLight
45 feTile 42 feTile
46 feTurbulence 43 feTurbulence
47 filter 44 filter
48 font Conditional=SVG_FONTS
49 font-face Conditional=SVG_FONTS
50 font-face-format Conditional=SVG_FONTS
51 font-face-name Conditional=SVG_FONTS
52 font-face-src Conditional=SVG_FONTS
53 font-face-uri Conditional=SVG_FONTS
54 foreignObject 45 foreignObject
55 g 46 g
56 glyph Conditional=SVG_FONTS
57 glyphRef Conditional=SVG_FONTS
58 hkern Conditional=SVG_FONTS, interfaceName=SVGHKernElement
59 image 47 image
60 line 48 line
61 linearGradient 49 linearGradient
62 marker 50 marker
63 mask 51 mask
64 metadata 52 metadata
65 missing-glyph Conditional=SVG_FONTS
66 mpath interfaceName=SVGMPathElement 53 mpath interfaceName=SVGMPathElement
67 path 54 path
68 pattern 55 pattern
69 polygon 56 polygon
70 polyline 57 polyline
71 radialGradient 58 radialGradient
72 rect 59 rect
73 script constructorNeedsCreatedByParser 60 script constructorNeedsCreatedByParser
74 stop 61 stop
75 style constructorNeedsCreatedByParser 62 style constructorNeedsCreatedByParser
76 svg interfaceName=SVGSVGElement 63 svg interfaceName=SVGSVGElement
77 switch 64 switch
78 symbol 65 symbol
79 text 66 text
80 textPath 67 textPath
81 title 68 title
82 tspan interfaceName=SVGTSpanElement 69 tspan interfaceName=SVGTSpanElement
83 use 70 use
84 view 71 view
85 vkern Conditional=SVG_FONTS, interfaceName=SVGVKernElement
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698