Closed
Bug 368913
Opened 19 years ago
Closed 17 years ago
Characters in <svg:text> are missing when rendered incrementally
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: tor)
References
Details
(Keywords: testcase)
Attachments
(3 files)
Some characters in <svg:text> are missing when rendered incrementally. This seems to be kinda random. Space is left for the missing characters, but they are never rendered.
Also, the text's width isn't consistent. This might be due to the missing characters or it might be a separate issue.
Tested with Mac (PPC), debug trunk build.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
This python script makes it easier to test the bug. Drop it and text.svg into a web server cgi-bin directory thing.
| Reporter | ||
Comment 3•19 years ago
|
||
Updated•19 years ago
|
Flags: in-testsuite?
| Reporter | ||
Comment 4•18 years ago
|
||
On trunk (Intel Mac), no characters are missing, but the width of the text still isn't consistent. Some lines are one pixel longer than others.
Tim: got any ideas what's going on here? Is this still a problem? I seem to have some recollection of something similar being fixed not too long ago.
Assignee: general → tor
Flags: blocking1.9?
| Reporter | ||
Comment 6•17 years ago
|
||
I still see the bug. It's more subtle now, with just "re" and "ri" tending to be kerned incorrectly, but it's easy to see if you switch back and forth between text.svg and serve-slowly.py once they've both been rendered.
That sounds like a different bug that probably isn't specific to svg.
So marking this as WFM as i don't remember which bug it was fixed in.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•15 years ago
|
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•