endangle, startangle attribute

Type:number
Inherited:no
Used By:arcto
See:height width x y

These attributes control the start angle and end angle of an arcto element. Both are specified in degrees clockwise from 12 o'clock.

<shape width="100" height="100">
  <shapepath>
    <moveto x="20" y="20"/>
    <arcto width="120" height="120" startangle="0" endangle="90"/>
  </shapepath>
</shape>