Closed
Bug 454970
Opened 16 years ago
Closed 11 years ago
SVG: text with multiple chunks and text-anchor:middle or end has incorrect layout
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: zajec5, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
image/svg+xml
|
Details |
User-Agent: Opera/9.60 (X11; Linux x86_64; U; pl) Presto/2.1.1
Build Identifier:
If I use "text" element with "dx" then "text-anchor=middle" is calculated wrong.
Reproducible: Always
Steps to Reproduce:
1. Use text element with dx and text-anchor=middle
Actual Results:
Text in wrong position
Expected Results:
Text in middle.
Updated•15 years ago
|
OS: Linux → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
This makes http:///dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlObjectMiniApproved/text-text-05-t.html (which recently gained a WOFF font in addition to the SVG font, so it is more obvious what the test is doing) fail.
Blocks: svg11tests
Summary: SVG: broken text-anchor in text element with "dx" set → SVG: text with multiple chunks and text-anchor:middle or end has incorrect layout
Comment 3•14 years ago
|
||
It seems like the bug's URL is broken.
Also, this issue may be related with bug 503075.
Comment 4•14 years ago
|
||
(In reply to comment #3)
> It seems like the bug's URL is broken.
>
> Also, this issue may be related with bug 503075.
I don't think so, although it's hard to be certain without the original URL. The patch there does not fix the testcase in comment 2.
Comment 5•14 years ago
|
||
Sorry for problems with test-case, it's working again now.
Interesting part is that it seems to do not work with latest Opera (11.00). Regression in Opera?
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
My work in progress patch for bug 655877 renders the testcase correctly.
Comment 8•11 years ago
|
||
Anchoring of SVG text chunks should now be correct, with bug 655877 and dependants landed.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•