Code: Select all
<?xml version='1.0' standalone='no'?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg width="1000mm" height="10mm">
<polygon points='0.00,0.00 0.00,10.00 1000.00,10.00 1000.00,0.00 ' fill='black' />
</svg>
Currently inkscape V0.48.4 apparently interprets the dimensions as px, despite the containing entity <svg> specifying mm:
and changing Inkscape display to mm causes an unwanted scaling:
I have read the comments to https://bugs.launchpad.net/inkscape/+bug/657284 and am none the wiser.
Thanks.