[Webkit-unassigned] [Bug 59589] New: REGRESSION(r77282-r77559): Scaled SVG text should pixel-align pre-scale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 02:15:23 PDT 2011


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

           Summary: REGRESSION(r77282-r77559): Scaled SVG text should
                    pixel-align pre-scale
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Tam at SiuLung.com
                CC: zimmermann at kde.org


Created an attachment (id=91256)
 --> (https://bugs.webkit.org/attachment.cgi?id=91256&action=review)
test case

See the attached test case.

<svg:g transform="scale(0.01)">
    <svg:text x="0" y="2000" style="font-size: 1100px; font-family: Georgia;">
        iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
    </svg:text>
 </svg:g>

The code above should draw "i" glyphs pixel aligned when they are 1100px large and then scaled down to 1/100 of its size.
WebKit r77559 later draw them pixel-aligned as if they are 11px large (i.e. after scaled down 1/100).

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