Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivac2:firdef_map_arc [2017/06/12 21:16]
ian.beswick [arc element]
ivac2:firdef_map_arc [2017/06/12 21:17] (current)
ian.beswick [Example]
Line 19: Line 19:
 Requires one <​point>​ element to be the center of the arc. Requires one <​point>​ element to be the center of the arc.
 Requires start and end attributes to be set to the desired start and end angles of the arc (in degrees, range 0-360)</​del>​ Requires start and end attributes to be set to the desired start and end angles of the arc (in degrees, range 0-360)</​del>​
 +
 //Method 1 has a known error, please do not use it until further notice.// //Method 1 has a known error, please do not use it until further notice.//
 ===== Example ===== ===== Example =====
  
 +<del>
 <code XML> <code XML>
   <arc radius="​10"​ start="​90"​ end="​270"​ clockwise="​false"​ stroke_color="​black"​ width="​2">​   <arc radius="​10"​ start="​90"​ end="​270"​ clockwise="​false"​ stroke_color="​black"​ width="​2">​
Line 27: Line 29:
   </​arc>​   </​arc>​
 </​code>​ </​code>​
 +</​del>​
  
 Method 2 : Using 3 points Method 2 : Using 3 points