Hi all,

Just to know how is it possible to work in inch in the application,
and how is it possible to work with graphic elements (such as polyline,
polygone, lines,..) with X, and Y positions in inch like

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd";>
  <svg width="11.7in" height="2.54in"  svgNum="0">
 <line x1="2" y1="24" x2="25" y2="8" stroke="red" />
</svg>

that should be
 <line x1="2in" y1="24in" x2="25in" y2="8in" stroke="red" />
but this doesn't work...

I'm reading documents with texts and graphics positionned in inch values, so
I would have just to read this values and write the SVG file.

So Can you help me
It's a little bit urgent

Thanks a lot in advance!!
Ciao

Christophe Guillaume
Luxembourg





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to