
<!-- ==============================================================
      SVG12-RNG | Vector Effects attribute
     ============================================================== -->

<grammar ns='http://www.w3.org/2000/svg'
         xml:lang='en'
         xmlns='http://relaxng.org/ns/structure/1.0'
         xmlns:a='http://relaxng.org/ns/compatibility/annotations/1.0'
         datatypeLibrary='http://www.w3.org/2001/XMLSchema-datatypes'
         >

  <define name='SVG.VectorEffect.attrib'>
    <optional>
      <attribute name='vector-effect'>
        <choice>
          <value>default</value>
          <value>non-scaling-stroke</value>
        </choice>
      </attribute>
    </optional>
  </define>

</grammar>


