Le 17/03/2018 à 13:35, Erik Christiansen a écrit :
On 16.03.18 01:18, Didier Kryn wrote:
It is always tricky to properly scale the drawing on the page: although
svg has no explicit dimension, the applications all seem to assume it has
some, and it's never the one which makes the image match the page size of
the printer. Maybe the easiest way to properly scale the drawing is to embed
it in an html document.
That's where postscript shines - you can rescale even for fleeting use,
then revert effortlessly. (Thus far I've only used one to three scales
per page in my drawings, applied cumulatively. From scratch might be
easier to understand and tweak later, though.)
Well, SVG has the same transformations as PS and they can be
applied cumulatively as well. Actually it seems to me SVG was largely
inspired by PS. I'm pretty sure SVG and PS can be converted to each
other without any loss of information, provided there is no
transparency. PS has no transparency, and transparency can only be
rendered during rasterization. But SVG images without transparency
should be transformable into PS and vice-versa with no loss. However the
only tools I found to translate SVG to PS are online on the web.
Gimp and Geequie render SVG pretty well, but they're bound to
rasterize it, and would produce a pixelized PS.
Didier
_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng