svg:PresentationAttributes-Viewports

The following presentation attributes apply to elements that establish viewports

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
clip svg:ClipValueType optional
overflow restriction of string optional

Used By

Attribute Group svg:PresentationAttributes-All
Complex Type svg:imageType

Source

<attributeGroup name="PresentationAttributes-Viewports">
  <annotation>
    <documentation>The following presentation attributes apply to elements that establish viewports</documentation>
  </annotation>
  <attribute name="clip" type="svg:ClipValueType" use="optional"/>
  <attribute name="overflow" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="visible"/>
        <enumeration value="hidden"/>
        <enumeration value="scroll"/>
        <enumeration value="auto"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>