[Webkit-unassigned] [Bug 50528] New: Text smaller than 0.5px not displayed properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 4 15:01:39 PST 2010


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

           Summary: Text smaller than 0.5px not displayed properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://http://codedread.com/browser-tests/subpixel.svg
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffschiller at google.com
                CC: zimmermann at kde.org


http://codedread.com/browser-tests/subpixel.svg

or

<svg xmlns='http://www.w3.org/2000/svg'>
  <text x='10' y='30'>The two words should be the same size:</text>
  <g transform='scale(15)'>
    <text y='12' style='font-size:0.5px'>TINY</text>
    <text y='24' style='font-size:0.499999px'>TINY</text>
  </g>
</svg>

Both words should be small on the page.  The latter one at font-size smaller than 0.5px is not displayed appropriately.

Also, you can see the effect more dramatically here: http://upload.wikimedia.org/wikipedia/commons/f/f9/PI.svg

-- 
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