Closed
Bug 1259038
Opened 5 years ago
Closed 5 years ago
In SVG, 'writing-mode' should work as a presentation attribute.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1158500
People
(Reporter: tavmjong, Unassigned)
Details
Attachments
(1 file)
536 bytes,
image/svg+xml
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 Build ID: 20160319030558 Steps to reproduce: Load the attached file (from the SVG 2 specification) with <text writing-mode="tb-rl">. writing-mode is an SVG 1.1 presentation attribute so it should be supported. Rendering is correct if writing-mode is used in a style sheet or style attribute. Actual results: Characters are laid out horizontally. Expected results: Characters should be laid out vertically.
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Duplicate of bug: 1158500
You need to log in
before you can comment on or make changes to this bug.
Description
•