pete davidson wrote:

> To answer Hamish, no, I was exporting each individual layer using d.vect and
> d.out.file.

You might also want to try using the cairo driver directly, rather
than using d.out.file. E.g.:

        export GRASS_CAIROFILE=out.svg
        d.mon start=cairo
        d.vect ...
        d.vect ...
        d.mon stop=cairo

> Your question gives me the idea I should try using v.out.svg
> for individual layers to help work out why Cairo dropped to raster output
> and/or to produce individual layers to stitch together later if necessary.

v.out.svg doesn't use cairo, and will never rasterise anything.

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to