Changes between Initial Version and Version 1 of Ticket #3033, comment 1
- Timestamp:
- 05/17/16 00:19:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3033, comment 1
initial v1 3 3 > However, using Cairo driver with SVG output, you get only the vector which is rendered last: 4 4 5 This is a limitation of cairo's SVG (and PostScript) "surface" and the fact that d.* commands run as distinct processes. It isn't possible to initialise a surface from an existing SVG file so that subsequent drawing operations will be appended to the document structure, and you can't simply concatenate the files.5 This is a limitation of cairo's SVG (and !PostScript) "surface" and the fact that d.* commands run as distinct processes. It isn't possible to initialise a surface from an existing SVG file so that subsequent drawing operations will be appended to the document structure, and you can't simply concatenate the files. 6 6 7 7 In other words, GRASS_RENDER_FILE_READ=TRUE doesn't work for vector formats. You need to generate multiple output files then combine them with external tools.