Closed
Bug 297412
Opened 20 years ago
Closed 17 years ago
don't render very small text
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: edoardo, Unassigned)
References
()
Details
Attachments
(1 file)
|
3.06 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ in the file there is some text (font-size="0.01249999999999929") but this text doesn't appear on the screen, there are some transformation around the text element, one of this is a zoom (300x). If I use font-size="0.125" (see http://elrond.aspix.it/cartina_10.svg) then a zoom of 30x all goes well. Reproducible: Always Steps to Reproduce: 1.load ther URL 2. 3. Actual Results: no small text appears Expected Results: small text drawn on the screen
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 2•19 years ago
|
||
the problem is still here in FireFox Beta 1: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 and in 1.6a1: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050929 Firefox/1.6a1 This is only an hp, but is it possible tahta cairo don't render text of size 0.01249999999999929? The problem is that this text is zoomed. Inkscape does a good render.
| Reporter | ||
Comment 3•19 years ago
|
||
http://elrond.aspix.it/ink.svg is a simple test case.
Comment 4•17 years ago
|
||
Can you retest with a current trunk build? http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Comment 5•17 years ago
|
||
Oh, the testcase is no longer online. I might have CC'ed Brian in vain. Sorry Brian. Marking as INCOMPLETE until we have the reporter's testcase to be able to continue with this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Comment 6•17 years ago
|
||
I move the test case to http://elrond.aspix.it/moz/st.svg without advice, I am sorry. Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b2pre) Gecko/2007112404 Minefield/3.0b2pre Works fine, all goes well now. thank you Edoardo
Comment 7•17 years ago
|
||
I've attached your testcase here to this bug so you don't need to worry about moving it again. Thanks!
Comment 8•17 years ago
|
||
As Edoardo says, it works now, so changing resolution to worksforme.
Resolution: INCOMPLETE → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•