Closed
Bug 1156366
Opened 11 years ago
Closed 11 years ago
SVG text on a path fails to render with vertical writing mode
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
3.63 KB,
image/svg+xml
|
Details | |
|
2.39 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
Bug 1153510 makes simple SVG text elements display properly with vertical writing modes. However, text on a path still does not render correctly (or at all); see testcase in attachment 8591399 [details] when a vertical mode is selected.
| Assignee | ||
Comment 1•11 years ago
|
||
This is just a slightly tweaked version of the testcase from bug 1153510.
| Assignee | ||
Comment 2•11 years ago
|
||
With this patch to fix up DoTextPathLayout(), the testcase seems to work nicely. (Note that this is also dependent on another recent textframe fix, so it requires a tree from the last day or so for successful testing.)
Attachment #8597359 -
Flags: review?(longsonr)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8597359 -
Flags: review?(longsonr) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•