[Webkit-unassigned] [Bug 26908] New: <canvas> without CSS width/height is unaffected by full page zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 15:38:56 PDT 2009


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

           Summary: <canvas> without CSS width/height is unaffected by full
                    page zoom
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://cufon.shoqolate.com/tests/webkit-zoom/
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorccu at gmail.com


Canvas, if defined as follows, does not respect full page zoom:

<canvas width="100" height="100"></canvas>

But the following does:

<canvas width="100" height="100" style="width: 100px; height: 100px"></canvas>

You'd expect both cases to behave the same. Gecko and Presto respect the zoom
level (i.e. it's pretty much identical to <img>).


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



More information about the webkit-unassigned mailing list