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_symbols_xml [2015/06/07 22:00]
splendor.bouman [mapsymbols.xml]
ivac2:firdef_symbols_xml [2015/06/08 15:45]
splendor.bouman removed
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
 ====== mapsymbols.xml ====== ====== mapsymbols.xml ======
  
Line 31: Line 29:
 <​symbols>​ <​symbols>​
     <symbol name="​vor">​     <symbol name="​vor">​
-        <circle radius="​3"​ segments="​32"​ width="​1" ​color="​symbol_vor">​+        <circle radius="​3"​ segments="​32"​ width="​1" ​stroke_color="​symbol_vor">​
             <point x="​0"​ y="​0"/>​             <point x="​0"​ y="​0"/>​
         </​circle>​         </​circle>​
-        <polygon width="​1" ​color="​symbol_vor">​+        <path stroke_width="​1" ​stroke_color="​symbol_vor" close="​true">
             <point x="​-3"​ y="​3"/>​             <point x="​-3"​ y="​3"/>​
             <point x="​3"​ y="​3"/>​             <point x="​3"​ y="​3"/>​
             <point x="​0"​ y="​-3"/>​             <point x="​0"​ y="​-3"/>​
-        </polygon>+        </path>
     </​symbol>​     </​symbol>​
 </​symbols>​ </​symbols>​
Line 50: Line 48:
 </​code>​ </​code>​
  
 +----
  
 +[[ivac2:​firdef|Back]]