Hi,

I attached a kind of file that produces the problem,

I changed the width and height attributes on your outermost svg element,
that should work, but the position of the polygone doesn't seem to be in
inch,
the polygone is writen, but very small, like with positions in pixels.

I let you test it too.

Thanks!

----- Original Message -----
From: "Thierry Kormann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "cguillaume" <[EMAIL PROTECTED]>
Sent: Tuesday, October 30, 2001 4:40 PM
Subject: Re: cvs commit:
xml-batik/test-resources/org/apache/batik/transcoder/image/resources - New
directory


> On Tuesday 30 October 2001 16:36, cguillaume wrote:
> > 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...
>
> It should work.
>
> What's the problem ?
> Which version of batik are you using ?
>
> Thierry.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

mirage_problem.svg

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

Reply via email to