[mapserver-commits] r13306 - trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Mon Mar 26 02:56:27 EDT 2012


Author: havatv
Date: 2012-03-25 23:56:27 -0700 (Sun, 25 Mar 2012)
New Revision: 13306

Modified:
   trunk/docs/en/mapfile/symbol.txt
Log:
Added documentation of the SVG symbol type to the symbol document (#3671)

Modified: trunk/docs/en/mapfile/symbol.txt
===================================================================
--- trunk/docs/en/mapfile/symbol.txt	2012-03-25 22:12:36 UTC (rev 13305)
+++ trunk/docs/en/mapfile/symbol.txt	2012-03-26 06:56:27 UTC (rev 13306)
@@ -50,9 +50,9 @@
       specifies the center of the symbol (in the y direction).
 
     `ANCHORPOINT` can be used with `SYMBOL`\s of `TYPE` `ellipse`,
-    `pixmap`, `truetype` and `vector`.  To ensure proper behaviour for
-    vector symbols, the left and top edges of the bounding box of the
-    symbol should be at 0.
+    `pixmap`, `svg`, `truetype` and `vector`.  To ensure proper
+    behaviour for vector symbols, the left and top edges of the
+    bounding box of the symbol should be at 0.
 
     .. versionadded:: 6.2
 
@@ -200,17 +200,22 @@
    triple: SYMBOL; TYPE; simple
     
 .. index::
+   triple: SYMBOL; TYPE; svg
+    
+.. index::
    triple: SYMBOL; TYPE; truetype
     
 .. index::
    triple: SYMBOL; TYPE; vector
     
-TYPE [ellipse|hatch|pixmap|simple|truetype|vector]
+TYPE [ellipse|hatch|pixmap|simple|svg|truetype|vector]
     -  `ellipse`: radius values in the x and y directions define an ellipse.
     -  `hatch`: produces hatched lines throughout the (polygon) shape.
     -  `pixmap`: a user supplied image will be used as the symbol.
     -  `simple`: default symbol type (1 pixel point, 1 pixel line, solid
        fill).
+    -  `svg`: scalable vector graphics (SVG) symbol.  Requires the
+       libsvg-cairo library.
     -  `truetype`: TrueType font to use as defined in the :ref:`MAP`
        :ref:`FONTSET`\.
     -  `vector`: a vector drawing is used to define the shape of the symbol.



More information about the mapserver-commits mailing list