The following SVG design have a sheet size of 1200x900 mm, it's
exported with Corel Draw X4:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "
http://www.w3.org/
Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW -->
<svg xmlns="
http://www.w3.org/2000/svg" xml:space="preserve"
width="1200mm" height="900mm" style="shape-
rendering:geometricPrecision; text-rendering:geometricPrecision; image-
rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 1200 900"
xmlns:xlink="
http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.str0 {stroke:#1F1A17;stroke-width:0.2}
.fil0 {fill:none}
]]>
</style>
</defs>
<g id="Livello_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<ellipse class="fil0 str0" cx="309.197" cy="575.907" rx="191.703"
ry="99.9129"/>
<rect class="fil0 str0" x="310.821" y="157.572" width="186.829"
height="173.832"/>
</g>
</svg>
i have readed it using the Ab2d.ReaderSvg but inside the
Ab2d.ReaderSvg canvas object, i can't find any place where is write
the total size of the sheet, in this case i don't find the number 1200
and 900... where i find it ?
Thanks
Matteo