[Webkit-unassigned] [Bug 41973] New: [Qt] setTextSizeMultiplier causes svg image elements to be scaled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 12:11:19 PDT 2010


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

           Summary: [Qt] setTextSizeMultiplier causes svg image elements
                    to be scaled
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kovid at kovidgoyal.net


Created an attachment (id=61071)
 --> (https://bugs.webkit.org/attachment.cgi?id=61071)
python test case (needs PyQt4)

Calling setTextSizeMultiplier on a QWebView that is displaying an HTML file with an embedded svg element causes any <image> tags in the svg element to be scaled. This behavior is in contrast to the handling on HTML <img> tags, which are not scaled.

Steps to reproduce:
1. Run the attached test.py as

python test.py

2. Click the magnify button

You will see the svg image being scaled while the html img remains normal

Note that test.py will create a file called test.jpg in the current directory.

This was tested on Qt 4.6.3 on ~amd64 gentoo linux.

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