svg:glyphType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of string optional
arabic string optional
base optional
baseline-shift svg:BaselineShiftValueType optional
class svg:ClassListType optional
clip svg:ClipValueType optional
clip-path svg:ClipPathValueType optional
clip-rule svg:ClipFillRuleType optional
color svg:ColorType optional
color-interpolation restriction of string optional
color-interpolation-filters restriction of string optional
color-profile optional
color-rendering restriction of string optional
cursor svg:CursorValueType optional
d svg:PathDataType optional
direction restriction of string optional
display restriction of string optional
dominant-baseline restriction of string optional
enable-background svg:EnableBackgroundValueType optional
fill svg:PaintType optional
fill-opacity svg:OpacityValueType optional
fill-rule svg:ClipFillRuleType optional
filter svg:FilterValueType optional
flood-color svg:SVGColorType optional
flood-opacity svg:OpacityValueType optional
font-family svg:FontFamilyValueType optional
font-size svg:FontSizeValueType optional
font-size-adjust svg:FontSizeAdjustValueType optional
font-stretch restriction of string optional
font-style restriction of string optional
font-variant restriction of string optional
font-weight restriction of string optional
glyph-name string optional
glyph-orientation-horizontal svg:GlyphOrientationHorizontalValueType optional
glyph-orientation-vertical svg:GlyphOrientationVerticalValueType optional
han string optional
horiz-adv-x double optional
id ID optional
image-rendering restriction of string optional
letter-spacing svg:SpacingValueType optional
lighting-color svg:SVGColorType optional
marker-end svg:MarkerValueType optional
marker-mid svg:MarkerValueType optional
marker-start svg:MarkerValueType optional
mask svg:MaskValueType optional
opacity svg:OpacityValueType optional
overflow restriction of string optional
pointer-events restriction of string optional
shape-rendering restriction of string optional
stop-color svg:SVGColorType optional
stop-opacity svg:OpacityValueType optional
stroke svg:PaintType optional
stroke-dasharray svg:StrokeDashArrayValueType optional
stroke-dashoffset svg:StrokeDashOffsetValueType optional
stroke-linecap restriction of string optional
stroke-linejoin restriction of string optional
stroke-miterlimit svg:StrokeMiterLimitValueType optional
stroke-opacity svg:OpacityValueType optional
stroke-width svg:StrokeWidthValueType optional
style svg:StyleSheetType optional
text-anchor restriction of string optional
text-decoration svg:TextDecorationValueType optional
text-rendering restriction of string optional
unicode string optional
unicode-bidi restriction of string optional
vert-adv-y double optional
vert-text-orient string optional
visibility restriction of string optional
word-spacing svg:SpacingValueType optional
writing-mode restriction of string optional

Used By

Element svg:glyph

Source

<complexType name="glyphType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:desc"/>
    <element ref="svg:title"/>
    <element ref="svg:metadata"/>
    <element ref="svg:defs"/>
    <element ref="svg:path"/>
    <element ref="svg:text"/>
    <element ref="svg:rect"/>
    <element ref="svg:circle"/>
    <element ref="svg:ellipse"/>
    <element ref="svg:line"/>
    <element ref="svg:polyline"/>
    <element ref="svg:polygon"/>
    <element ref="svg:use"/>
    <element ref="svg:image"/>
    <element ref="svg:svg"/>
    <element ref="svg:g"/>
    <element ref="svg:view"/>
    <element ref="svg:switch"/>
    <element ref="svg:a"/>
    <element ref="svg:altGlyphDef"/>
    <element ref="svg:script"/>
    <element ref="svg:style"/>
    <element ref="svg:symbol"/>
    <element ref="svg:marker"/>
    <element ref="svg:clipPath"/>
    <element ref="svg:mask"/>
    <element ref="svg:linearGradient"/>
    <element ref="svg:radialGradient"/>
    <element ref="svg:pattern"/>
    <element ref="svg:filter"/>
    <element ref="svg:cursor"/>
    <element ref="svg:font"/>
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
    <element ref="svg:animateMotion"/>
    <element ref="svg:animateColor"/>
    <element ref="svg:animateTransform"/>
    <element ref="svg:color-profile"/>
    <element ref="svg:font-face"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="class" type="svg:ClassListType" use="optional"/>
  <attribute name="style" type="svg:StyleSheetType" use="optional"/>
  <attributeGroup ref="svg:PresentationAttributes-All"/>
  <attribute name="unicode" type="string" use="optional"/>
  <attribute name="glyph-name" type="string" use="optional"/>
  <attribute name="d" type="svg:PathDataType" use="optional"/>
  <attribute name="vert-text-orient" type="string" use="optional"/>
  <attribute name="arabic" type="string" use="optional"/>
  <attribute name="han" type="string" use="optional"/>
  <attribute name="horiz-adv-x" type="double" use="optional"/>
  <attribute name="vert-adv-y" type="double" use="optional"/>
</complexType>