svg:PresentationAttributes-FillStroke

The following presentation attributes apply to filling and stroking operations

Attribute Group Information

Attributes

Used By

Source

<attributeGroup name="PresentationAttributes-FillStroke">
  <annotation>
    <documentation>The following presentation attributes apply to filling and stroking operations</documentation>
  </annotation>
  <attribute name="fill" type="svg:PaintType" use="optional"/>
  <attribute name="fill-opacity" type="svg:OpacityValueType" use="optional"/>
  <attribute name="fill-rule" type="svg:ClipFillRuleType" use="optional"/>
  <attribute name="stroke" type="svg:PaintType" use="optional"/>
  <attribute name="stroke-dasharray" type="svg:StrokeDashArrayValueType" use="optional"/>
  <attribute name="stroke-dashoffset" type="svg:StrokeDashOffsetValueType" use="optional"/>
  <attribute name="stroke-linecap" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="butt"/>
        <enumeration value="round"/>
        <enumeration value="square"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="stroke-linejoin" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="miter"/>
        <enumeration value="round"/>
        <enumeration value="bevel"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="stroke-miterlimit" type="svg:StrokeMiterLimitValueType" use="optional"/>
  <attribute name="stroke-opacity" type="svg:OpacityValueType" use="optional"/>
  <attribute name="stroke-width" type="svg:StrokeWidthValueType" use="optional"/>
</attributeGroup>