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
Next revision Both sides next revision
ivac2:firdef_map_line [2014/04/19 22:21]
filip.jonckers
ivac2:firdef_map_line [2014/04/19 22:23]
filip.jonckers
Line 24: Line 24:
 <code XML> <code XML>
   <line color="​myPredefinedColor">​   <line color="​myPredefinedColor">​
-      <point x=""​ y=""​ /> +      <point x="v0 x" y="v0 y" /> 
-      <point x=""​ y=""​ /> +      <point x="v1 x" y="v1 y" /> 
-      <point x=""​ y=""​ /> + 
-      <point x=""​ y=""​ />+      <point x="v2 x" y="v2 y" /> 
 +      <point x="v3 x" y="v3 y" />
   </​line>​   </​line>​
 </​code>​ </​code>​
Line 36: Line 37:
 ===== Example ===== ===== Example =====
  
-The following code draws a square:+The following code draws a rectangle:
  
 <code XML> <code XML>