Closed Bug 311986 Opened 19 years ago Closed 17 years ago

y = "<coordinate>+" for multiple y values not implemented yet.

Categories

(Core :: SVG, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 388547

People

(Reporter: michaelt, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051008 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051008 Firefox/1.6a1

<?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 version='1.1' xmlns='http://www.w3.org/2000/svg'>
  <text y='112 122 132 142 152 162 172 182 192 202 212 222' >
    Hello World...
  </text>
</svg>


Reproducible: Always

Steps to Reproduce:
1. open firefox
2. load file with the svg above
3. view horizontal line...

Actual Results:  
Hello World...

Expected Results:  
H
 e
  l
   l
    o
     
      W
       o
        r
         l
          d
           ...

I created this test from the specification found below "Attribute definitions:"
on web page, "www.w3.org/TR/SVG/text.html".

"If a comma- or space-separated list of <n> <coordinate>s is provided, then the
values represent new absolute X coordinates for the current text position for
rendering the glyphs corresponding to each of the first <n> characters within
this element or any of its descendants."
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.