Closed
Bug 330082
Opened 19 years ago
Closed 18 years ago
SVG Text Direction not supporting topToBottom text
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 319163
People
(Reporter: blackSphere, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Firefox doesn't seem to be printing text in the right direction when it encounters the style="writing-mode:tb", it should print it top to bottom, but still prints it left to right.
Reproducible: Always
Steps to Reproduce:
1.Run an svg file with the appropriate code.
Example:
<?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 width="1216px" height="867px"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<text x="120" y="524"
font-family="Bitstream Vera Sans" font-size="12" fill="black" text-anchor="start" style="writing-mode:tb">
12:00 AM
</text>
</svg>
Try it in IE *shudder* and it rotates like it's suppose to.
Actual Results:
Horizontal Text
Expected Results:
Vertical Text
Updated•19 years ago
|
Assignee: nobody → general
Component: General → SVG
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Comment 1•19 years ago
|
||
Isn't this a duplicate of bug 319163 or perhaps bug 145503?
Comment 2•18 years ago
|
||
duplicate of bug 319163
*** This bug has been marked as a duplicate of 319163 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•