18 Sep
2014
18 Sep
'14
1:23 p.m.
On Tue, 2014-08-05 at 22:10 +0200, Johan Engelen wrote:
On 5-8-2014 21:52, Tavmjong Bah wrote:
Yes, templates should be fixed. I had a quick look but didn't see an easy fix (need to wade through the template code). I probably won't have time to look into it seriously until the end of the month. If the 'viewBox' and the 'width' and 'height' are off, that will cause problems. I also need to understand the purpose of the 'inkscape:document-units' property.
In short, 'inkscape:document-units' is what links width/height to the viewBox. height = 297mm width = 210mm viewBox = 0 0 210 297 implies document-units = mm
Should the default.svg file use pixels or mm for width/height? The internationalized versions are about 50:50 mixed.
Tav