mustang2247 / svgweb

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

Text placement changes with different viewboxes #447

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Throw sample2.html in a directory with svgweb support files
2. Bring it up in a browser.. compare flash and non-flash renders

What is the expected output? 

Two side by side identical svg graphics.  Bottom of text should be aligned
to blue bar.

What do you see instead?

In the 100x100 viewBox, the text is not aligned to the blue bar.  In the
1000x1000 viewBox the text is correctly aligned.

What version of the product are you using? On what operating system,
browser, and version of Flash?

Gelatinous Cube svgweb, Windows Vista, Firefox, Flash 10.0.32.18

I think it's a rounding error of some sort going on.

Original issue reported on code.google.com by karl%zil...@gtempaccount.com on 21 Jan 2010 at 9:11

Attachments:

GoogleCodeExporter commented 8 years ago
The observed text size is also different in the two graphics.

Original comment by karl%zil...@gtempaccount.com on 21 Jan 2010 at 9:14

GoogleCodeExporter commented 8 years ago
Patch integrated from Issue 405 in r1048.

Original comment by grick23@gmail.com on 27 Feb 2010 at 11:01