disabled viewbox attribute for symbols when using cairo export
Hi,
I have a question about the handling or not-handling of the viewbox attribute in symbols when using cairo export.
I tried to export a map from openstreetmap to pdf and got http://s1.directupload.net/file/d/2504/thghng78_png.htm as result.
So I took a look in the code and stumbled over the following lines, which disable the viewbox attribute for symbols completely. ---- src/extension/internal/cairo-renderer.cpp #391 // apply viewbox if set if (0 /*symbol->viewBox_set*/) { -----
Perhaps this is related to this fixme comments
--- src/sp-symbol.cpp #144 /* fixme: We have to take original item affine into account */ /* fixme: Think (Lauris) */ ----
So my question is: Is this still needed or is it possible to activate symbols viewboxes again?
participants (1)
-
Christopher Dyck