📄 svg11-flat.dtd
字号:
<!ENTITY % SVG.Gradient.extra.attrib "" ><!ENTITY % SVG.Gradient.attrib "stop-color %SVGColor.datatype; #IMPLIED stop-opacity %OpacityValue.datatype; #IMPLIED %SVG.Gradient.extra.attrib;"><!-- module: svg-clip.mod .............................. --><!ENTITY % ClipPathValue.datatype "CDATA" ><!ENTITY % SVG.Clip.extra.attrib "" ><!ENTITY % SVG.Clip.attrib "clip-path %ClipPathValue.datatype; #IMPLIED clip-rule %ClipFillRule.datatype; #IMPLIED %SVG.Clip.extra.attrib;"><!-- module: svg-mask.mod .............................. --><!ENTITY % MaskValue.datatype "CDATA" ><!ENTITY % SVG.Mask.extra.attrib "" ><!ENTITY % SVG.Mask.attrib "mask %MaskValue.datatype; #IMPLIED %SVG.Mask.extra.attrib;"><!-- module: svg-filter.mod ............................ --><!ENTITY % FilterValue.datatype "CDATA" ><!ENTITY % NumberOptionalNumber.datatype "CDATA" ><!ENTITY % SVG.Filter.extra.attrib "" ><!ENTITY % SVG.Filter.attrib "filter %FilterValue.datatype; #IMPLIED %SVG.Filter.extra.attrib;"><!ENTITY % SVG.FilterColor.extra.attrib "" ><!ENTITY % SVG.FilterColor.attrib "color-interpolation-filters ( auto | sRGB | linearRGB | inherit ) #IMPLIED %SVG.FilterColor.extra.attrib;"><!-- module: svg-cursor.mod ............................ --><!ENTITY % CursorValue.datatype "CDATA" ><!ENTITY % SVG.Cursor.extra.attrib "" ><!ENTITY % SVG.Cursor.attrib "cursor %CursorValue.datatype; #IMPLIED %SVG.Cursor.extra.attrib;"><!-- end of svg11-attribs.mod -->]]><!-- end of svg-framework.mod -->]]><!-- Post-Framework Redeclaration Placeholder .................... --><!ENTITY % svg-postfw-redecl.module "IGNORE" ><![%svg-postfw-redecl.module;[%svg-postfw-redecl.mod;]]><!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --><!-- Core Attribute Module ....................................... --><!ENTITY % svg-core-attrib.module "INCLUDE" ><![%svg-core-attrib.module;[<!ENTITY % svg-core-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" "svg-core-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Core Attribute Module ......................................... --><!-- file: svg-core-attrib.mod This is SVG, a language for describing two-dimensional graphics in XML. Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: svg-core-attrib.mod,v 1.3 2002/04/28 13:50:23 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-core-attrib.mod" ....................................................................... --><!-- Core Attribute id, xml:base, xml:lang, xml:space This module defines the core set of attributes that can be present on any element.--><!ENTITY % SVG.id.attrib "id ID #IMPLIED"><!ENTITY % SVG.base.attrib "xml:base %URI.datatype; #IMPLIED"><!ENTITY % SVG.lang.attrib "xml:lang %LanguageCode.datatype; #IMPLIED"><!ENTITY % SVG.space.attrib "xml:space ( default | preserve ) #IMPLIED"><!ENTITY % SVG.Core.extra.attrib "" ><!ENTITY % SVG.Core.attrib "%SVG.id.attrib; %SVG.base.attrib; %SVG.lang.attrib; %SVG.space.attrib; %SVG.Core.extra.attrib;"><!-- end of svg-core-attrib.mod -->]]><!-- Container Attribute Module .................................. --><!ENTITY % svg-container-attrib.module "INCLUDE" ><![%svg-container-attrib.module;[<!ENTITY % svg-container-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" "svg-container-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Container Attribute Module .................................... --><!-- file: svg-container-attrib.mod This is SVG, a language for describing two-dimensional graphics in XML. Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: svg-container-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-container-attrib.mod" ....................................................................... --><!-- Container Attribute enable-background This module defines the Container attribute set.--><!-- 'enable-background' property/attribute value (e.g., 'new', 'accumulate') --><!ENTITY % EnableBackgroundValue.datatype "CDATA" ><!ENTITY % SVG.enable-background.attrib "enable-background %EnableBackgroundValue.datatype; #IMPLIED"><!ENTITY % SVG.Container.extra.attrib "" ><!ENTITY % SVG.Container.attrib "%SVG.enable-background.attrib; %SVG.Container.extra.attrib;"><!-- end of svg-container-attrib.mod -->]]><!-- Viewport Attribute Module ................................... --><!ENTITY % svg-viewport-attrib.module "INCLUDE" ><![%svg-viewport-attrib.module;[<!ENTITY % svg-viewport-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" "svg-viewport-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Viewport Attribute Module ..................................... --><!-- file: svg-viewport-attrib.mod This is SVG, a language for describing two-dimensional graphics in XML. Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: svg-viewport-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-viewport-attrib.mod" ....................................................................... --><!-- Viewport Attribute clip, overflow This module defines the Viewport attribute set.--><!-- 'clip' property/attribute value (e.g., 'auto', rect(...)) --><!ENTITY % ClipValue.datatype "CDATA" ><!ENTITY % SVG.clip.attrib "clip %ClipValue.datatype; #IMPLIED"><!ENTITY % SVG.overflow.attrib "overflow ( visible | hidden | scroll | auto | inherit ) #IMPLIED"><!ENTITY % SVG.Viewport.extra.attrib "" ><!ENTITY % SVG.Viewport.attrib "%SVG.clip.attrib; %SVG.overflow.attrib; %SVG.Viewport.extra.attrib;"><!-- end of svg-viewport-attrib.mod -->]]><!-- Paint Attribute Module ...................................... --><!ENTITY % svg-paint-attrib.module "INCLUDE" ><![%svg-paint-attrib.module;[<!ENTITY % svg-paint-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" "svg-paint-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Paint Attribute Module ........................................ --><!-- file: svg-paint-attrib.mod This is SVG, a language for describing two-dimensional graphics in XML. Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: svg-paint-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-paint-attrib.mod" ....................................................................... --><!-- Paint Attribute fill, fill-rule, stroke, stroke-dasharray, stroke-dashoffset, stroke-linecap, stroke-linejoin, stroke-miterlimit, stroke-width, color, color-interpolation, color-rendering This module defines the Paint and Color attribute sets.--><!-- a 'fill' or 'stroke' property/attribute value: <paint> --><!ENTITY % Paint.datatype "CDATA" ><!-- 'stroke-dasharray' property/attribute value (e.g., 'none', list of <number>s) --><!ENTITY % StrokeDashArrayValue.datatype "CDATA" ><!-- 'stroke-dashoffset' property/attribute value (e.g., 'none', <legnth>) --><!ENTITY % StrokeDashOffsetValue.datatype "CDATA" ><!-- 'stroke-miterlimit' property/attribute value (e.g., <number>) --><!ENTITY % StrokeMiterLimitValue.datatype "CDATA" ><!-- 'stroke-width' property/attribute value (e.g., <length>) --><!ENTITY % StrokeWidthValue.datatype "CDATA" ><!ENTITY % SVG.fill.attrib "fill %Paint.datatype; #IMPLIED"><!ENTITY % SVG.fill-rule.attrib "fill-rule %ClipFillRule.datatype; #IMPLIED"><!ENTITY % SVG.stroke.attrib "stroke %Paint.datatype; #IMPLIED"><!ENTITY % SVG.stroke-dasharray.attrib "stroke-dasharray %StrokeDashArrayValue.datatype; #IMPLIED"><!ENTITY % SVG.stroke-dashoffset.attrib "stroke-dashoffset %StrokeDashOffsetValue.datatype; #IMPLIED"><!ENTITY % SVG.stroke-linecap.attrib "stroke-linecap ( butt | round | square | inherit ) #IMPLIED"><!ENTITY % SVG.stroke-linejoin.attrib "stroke-linejoin ( miter | round | bevel | inherit ) #IMPLIED"><!ENTITY % SVG.stroke-miterlimit.attrib "stroke-miterlimit %StrokeMiterLimitValue.datatype; #IMPLIED"><!ENTITY % SVG.stroke-width.attrib "stroke-width %StrokeWidthValue.datatype; #IMPLIED"><!ENTITY % SVG.Paint.extra.attrib "" ><!ENTITY % SVG.Paint.attrib "%SVG.fill.attrib; %SVG.fill-rule.attrib; %SVG.stroke.attrib; %SVG.stroke-dasharray.attrib; %SVG.stroke-dashoffset.attrib; %SVG.stroke-linecap.attrib; %SVG.stroke-linejoin.attrib; %SVG.stroke-miterlimit.attrib; %SVG.stroke-width.attrib; %SVG.Paint.extra.attrib;"><!ENTITY % SVG.color.attrib "color %Color.datatype; #IMPLIED"><!ENTITY % SVG.color-interpolation.attrib "color-interpolation ( auto | sRGB | linearRGB | inherit ) #IMPLIED"><!ENTITY % SVG.color-rendering.attrib "color-rendering ( auto | optimizeSpeed | optimizeQuality | inherit ) #IMPLIED"><!ENTITY % SVG.Color.extra.attrib "" ><!ENTITY % SVG.Color.attrib "%SVG.color.attrib; %SVG.color-interpolation.attrib; %SVG.color-rendering.attrib; %SVG.Color.extra.attrib;"><!-- end of svg-paint-attrib.mod -->]]><!-- Paint Opacity Attribute Module .............................. --><!ENTITY % svg-opacity-attrib.module "INCLUDE" ><![%svg-opacity-attrib.module;[<!ENTITY % svg-opacity-attrib.mod PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" "svg-opacity-attrib.mod" ><!-- ....................................................................... --><!-- SVG 1.1 Paint Opacity Attribute Module ................................ --><!-- file: svg-opacity-attrib.mod This is SVG, a language for describing two-dimensional graphics in XML. Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Revision: $Id: svg-opacity-attrib.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-opacity-attrib.mod" ....................................................................... --><!-- Paint Opacity Attribute opacity, fill-opacity, stroke-opacity This module defines the Opacity attribute set.--><!ENTITY % SVG.opacity.attrib "opacity %OpacityValue.datatype; #IMPLIED"><!ENTITY % SVG.fill-opacity.attrib "fill-opacity %OpacityValue.datatype; #IMPLIED"><!ENTITY % SVG.stroke-opacity.attrib "stroke-opacity %OpacityValue.datatype; #IMPLIED"><!ENTITY % SVG.Opacity.extra.attrib "" ><!ENTITY % SVG.Opacity.attrib "%SVG.opacity.attrib; %SVG.fill-opacity.attrib; %SVG.stroke-opacity.attrib; %SVG.Opacity.extra.attrib;"><!-- end of svg-opacity-attrib.mod -->]]>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -