[Webkit-unassigned] [Bug 71545] Very small zoomed text is not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 12:53:51 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71545


Florin Malita <fmalita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fmalita at google.com




--- Comment #1 from Florin Malita <fmalita at google.com>  2011-11-11 12:53:51 PST ---
The problem with your example appears to be a leading space in the 'x' attribute of <text>:

<text x=" 12.8333335" ...
         ^

After removing that, the number rendered for me.

I remember seeing a discussion about leading spaces in value attributes on some other bug, and the conclusion was that according to the spec they're not allowed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list