i finally found that this problem was depending on svg file type. Some SVG files doesn't work with mapserver built with libsvg/libsvg-cairo. IE svg files provided with Qgis.
These files cause assert (segmentation fault) => (freeSVGCache). The renderer_cache come with a NULL svg handle. I had to change all my SVG files. (With Inkscape : Save As PLAIN SVG file) This problem doesn't occur with librsvg but only with libsvg/libsvg-cairo. Ludovic -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-t-see-any-SVG-Symbol-with-SVGCAIRO-support-tp5133260p5133615.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
