📄 svg-20000303-shared.dtd
字号:
use|image|svg|g|view|switch|a|altGlyphDef| script|symbol|marker|clipPath|mask| linearGradient|radialGradient|pattern|filter|cursor|font| animate|set|animateMotion|animateColor|animateTransform %StylableSVG-StyleElement; %ExchangeSVG-ColorProfileElement;%ExchangeSVG-FontFaceElement; %ceExt;%svgExt;)*) ><!ATTLIST svg xmlns CDATA #FIXED "%SVGNamespace;" %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED %graphicsElementEvents; %documentEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x %Coordinate; #IMPLIED y %Coordinate; #IMPLIED width %Length; #REQUIRED height %Length; #REQUIRED viewBox %ViewBoxSpec; #IMPLIED preserveAspectRatio %PreserveAspectRatioSpec; 'xMidYMid meet' enableZoomAndPanControls %Boolean; "true" contentScriptType %ContentType; "text/ecmascript" contentStyleType %ContentType; "text/css" %StylableSVG-StyleAttribute; %ExchangeSVG-ContainerAttrs; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GradientAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; %ExchangeSVG-TextContainerAttrs; %ExchangeSVG-TextElementAttrs; %ExchangeSVG-ViewportAttrs; ><!ENTITY % gExt "" ><!ELEMENT g (%descTitleDefs;, (path|text|rect|circle|ellipse|line|polyline|polygon| use|image|svg|g|view|switch|a|altGlyphDef| script|symbol|marker|clipPath|mask| linearGradient|radialGradient|pattern|filter|cursor|font| animate|set|animateMotion|animateColor|animateTransform %StylableSVG-StyleElement; %ExchangeSVG-ColorProfileElement;%ExchangeSVG-FontFaceElement; %ceExt;%gExt;)*) ><!ATTLIST g %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-ContainerAttrs; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GradientAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; %ExchangeSVG-TextContainerAttrs; %ExchangeSVG-TextElementAttrs; ><!ENTITY % defsExt "" ><!ELEMENT defs ( path|text|rect|circle|ellipse|line|polyline|polygon| use|image|svg|g|view|switch|a|altGlyphDef| script|symbol|marker|clipPath|mask| linearGradient|radialGradient|pattern|filter|cursor|font| animate|set|animateMotion|animateColor|animateTransform %StylableSVG-StyleElement; %ExchangeSVG-ColorProfileElement;%ExchangeSVG-FontFaceElement; %ceExt;%defsExt;)* ><!ATTLIST defs %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %testAttrs; externalResourcesRequired %Boolean; #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-ContainerAttrs; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GradientAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; %ExchangeSVG-TextContainerAttrs; %ExchangeSVG-TextElementAttrs; ><!--=================== Shapes ===================--><!ENTITY % pathExt "" ><!ELEMENT path (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%pathExt;)*) ><!ATTLIST path %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED d %PathData; #REQUIRED length %Number; #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; ><!ENTITY % rectExt "" ><!ELEMENT rect (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%rectExt;)*) ><!ATTLIST rect %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x %Coordinate; #IMPLIED y %Coordinate; #IMPLIED width %Length; #REQUIRED height %Length; #REQUIRED rx %Length; #IMPLIED ry %Length; #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; ><!ENTITY % circleExt "" ><!ELEMENT circle (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%circleExt;)*) ><!ATTLIST circle %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED cx %Coordinate; "0" cy %Coordinate; "0" r %Length; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; ><!ENTITY % ellipseExt "" ><!ELEMENT ellipse (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%ellipseExt;)*) ><!ATTLIST ellipse %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED cx %Coordinate; "0" cy %Coordinate; "0" rx %Length; #REQUIRED ry %Length; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; ><!ENTITY % lineExt "" ><!ELEMENT line (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%lineExt;)*) ><!ATTLIST line %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x1 %Coordinate; "0" y1 %Coordinate; "0" x2 %Coordinate; "0" y2 %Coordinate; "0" %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; ><!ENTITY % polylineExt "" ><!ELEMENT polyline (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%polylineExt;)*) ><!ATTLIST polyline %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED points %Points; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; ><!ENTITY % polygonExt "" ><!ELEMENT polygon (%descTitle;,(animate|set|animateMotion|animateColor|animateTransform %geExt;%polygonExt;)*) ><!ATTLIST polygon %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED points %Points; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-MarkerAttrs; ><!--=================== Text ===================--><!ENTITY % textExt "" ><!ELEMENT text (#PCDATA|desc|title| tspan|tref|textPath|altGlyph|a|animate|set| animateMotion|animateColor|animateTransform %geExt;%textExt;)* ><!ATTLIST text %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED transform %TransformList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x %Coordinate; #IMPLIED y %Coordinate; #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-TextContainerAttrs; %ExchangeSVG-TextElementAttrs; ><!ENTITY % tspanExt "" ><!ELEMENT tspan (#PCDATA|tspan|tref|altGlyph|a|animate|set|animateColor %tspanExt;)* ><!ATTLIST tspan %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x %Coordinates; #IMPLIED y %Coordinates; #IMPLIED dx %Lengths; #IMPLIED dy %Lengths; #IMPLIED rotate CDATA #IMPLIED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-TextContainerAttrs; ><!ENTITY % trefExt "" ><!ELEMENT tref (animate|set|animateColor %trefExt;)* ><!ATTLIST tref %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED x %Coordinates; #IMPLIED y %Coordinates; #IMPLIED dx %Lengths; #IMPLIED dy %Lengths; #IMPLIED rotate CDATA #IMPLIED %xlinkRefAttrs; xlink:href %URI; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-TextContainerAttrs; ><!ENTITY % textPathExt "" ><!ELEMENT textPath (#PCDATA|tspan|tref|altGlyph|a|animate|set|animateColor %textPathExt;)* ><!ATTLIST textPath %stdAttrs; %langSpaceAttrs; class %ClassList; #IMPLIED %graphicsElementEvents; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED startOffset CDATA "0" %xlinkRefAttrs; xlink:href %URI; #REQUIRED %StylableSVG-StyleAttribute; %ExchangeSVG-FillStrokeAttrs; %ExchangeSVG-GraphicsAttrs; %ExchangeSVG-TextContainerAttrs; ><!ENTITY % altGlyphExt "" ><!ELEMENT altGlyph (#PCDATA %altGlyphExt;)* ><!ATTLIST altGlyph %stdAttrs; %langSpaceAttrs; %testAttrs; externalResourcesRequired %Boolean; #IMPLIED %xlinkRefAttrs; xlink:href %URI; #REQUIRED ><!ENTITY % altGlyphDefExt "" ><!ELEMENT altGlyphDef (glyphSub %altGlyphDefExt;)* ><!ATTLIST altGlyphDef %stdAttrs; ><!ELEMENT glyphSub EMPTY ><!ATTLIST glyphSub %stdAttrs; font CDATA #REQUIRED glyphRef CDATA #REQUIRED format CDATA #REQUIRED ><!--=================== SVG Fonts ===================--><!ENTITY % fontExt "" ><!ELEMENT font (%descTitle;,missing-glyph,(glyph|hkern|vkern %fontExt;)*) ><!ATTLIST font %stdAttrs; externalResourcesRequired %Boolean; #IMPLIED font-style CDATA #IMPLIED font-variant CDATA #IMPLIED font-weight CDATA #IMPLIED font-stretch CDATA #IMPLIED unicode-range CDATA #IMPLIED units-per-em %Number; #REQUIRED panose-1 CDATA #IMPLIED slope %Number; #IMPLIED cap-height %Number; #REQUIRED x-height %Number; #REQUIRED accent-height %Number; #IMPLIED ascent %Number; #REQUIRED descent %Number; #REQUIRED horiz-origin-x %Number; #IMPLIED horiz-origin-y %Number; #IMPLIED horiz-adv-x %Number; #REQUIRED vert-origin-x %Number; #IMPLIED vert-origin-y %Number; #IMPLIED vert-adv-y %Number; #IMPLIED text-bottom %Number; #REQUIRED baseline %Number; #REQUIRED centerline %Number; #REQUIRED mathline %Number; #REQUIRED ideographic %Number; #REQUIRED hanging %Number; #REQUIRED topline %Number; #REQUIRED text-top %Number; #REQUIRED font-face-name CDATA #IMPLIED underline-position %Number; #IMPLIED underline-thickness %Number; #IMPLIED strikethrough-position %Number; #IMPLIED strikethrough-thickness %Number; #IMPLIED overline-position %Number; #IMPLIED overline-thickness %Number; #IMPLIED ><!ENTITY % glyphExt "" ><!ELEMENT glyph (%descTitleDefs;, (path|text|rect|circle|ellipse|line|polyline|polygon| use|image|g|switch %glyphExt;)*) ><!ATTLIST glyph %stdAttrs; unicode CDATA #REQUIRED glyph-name CDATA #IMPLIED vert-text-orient CDATA #IMPLIED arabic CDATA #IMPLIED han CDATA #IMPLIED horiz-adv-x %Number; #IMPLIED vert-adv-y %Number; #IMPLIED ><!ENTITY % missing-glyphExt "" ><!ELEMENT missing-glyph (%descTitleDefs;, (path|text|rect|circle|ellipse|line|polyline|polygon| use|image|g|switch %missing-glyphExt;)*) ><!ATTLIST missing-glyph %stdAttrs; horiz-adv-x %Number; #IMPLIED vert-adv-y %Number; #IMPLIED ><!ELEMENT hkern EMPTY ><!ATTLIST hkern %stdAttrs; u1 CDATA #IMPLIED g1 CDATA #IMPLIED u2 CDATA #IMPLIED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -