text-area-208-t.svg change

Hi svg-wg,

In text-area-208 [1] there are two lines (one horizontal and one vertical)  
that act as a kind of guide for where the textArea element is placed. This  
is how it looks:

   <line x1="15" y1="63" x2="465" y2="63" stroke="black"  
stroke-width="0.25"/>
   <line x1="15" y1="63" x2="15" y2="290" stroke="black"  
stroke-width="0.25"/>
   <textArea x="15" y="60" width="auto" height="auto" font-size="13"  
xml:space="default"> ...

Now, I wonder why the y1 of the lines here is not 60 like the textArea  
element, can anyone explain that?

Any objections to me changing those two line elements to have a y1/y2 of  
60 instead of 63 so that they match the textArea y position?

Cheers
/Erik

[1] http://dev.w3.org/SVG/profiles/1.2T/test/svg/text-area-208-t.svg

-- 
Erik Dahlstrom, Core Technology Developer, Opera Software
Co-Chair, W3C SVG Working Group
Personal blog: http://my.opera.com/macdev_ed

Received on Tuesday, 10 May 2011 11:14:02 UTC