svg:animAdditionAttrs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
accumulate restriction of string none optional
additive restriction of string replace optional

Used By

Source

<attributeGroup name="animAdditionAttrs">
  <attribute name="additive" default="replace">
    <simpleType>
      <restriction base="string">
        <enumeration value="replace"/>
        <enumeration value="sum"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="accumulate" default="none">
    <simpleType>
      <restriction base="string">
        <enumeration value="none"/>
        <enumeration value="sum"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>