lewisje / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Vertical text not rendered in Flash renderer on IE #480

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an SVG file with vertical text, e.g.:
        <g transform="translate(25.9,216.6) rotate(270)"
style="stroke:none; fil
l:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
                <text>Number of defects</text>
        </g>
(I used gnuplot with SVG output and 'set ylabel "Number of defects"'

What is the expected output? What do you see instead?
I expected to see the text, instead, I see nothing (the text isn't shown at
all) in the Flash renderer on IE.

What version of the product are you using? On what operating system,
browser, and version of Flash?
This is with svgweb-2010-04-09-dracolisk.zip (r1115), IE 7 (on Windows XP),
Flash 10,0,32,18.

Please provide any additional information below. Reduced test cases are
always appreciated!

Attached my full output file. Also the vertical dates at the bottom are not
shown.

Original issue reported on code.google.com by manuel.b...@gmail.com on 21 Apr 2010 at 8:25

Attachments:

GoogleCodeExporter commented 8 years ago
This is the same as Issue 158. 
I'll probably take another look at this soon because Flash 10, which we recently
decided to switch over to, supports text rotation better.

Original comment by grick23@gmail.com on 21 Apr 2010 at 10:25