[Webkit-unassigned] [Bug 97010] New: Bad output when sizing an SVG with auto height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 06:19:42 PDT 2012


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

           Summary: Bad output when sizing an SVG with auto height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org
                CC: zimmermann at kde.org


Created an attachment (id=164543)
 --> (https://bugs.webkit.org/attachment.cgi?id=164543&action=review)
sample SVG, but it should be the same with any SVG I imagine

If I add the attached image to the page with the following tag, it scales poorly:

<img style="width: 1000px; height: auto;" src="avatar-default-symbolic.svg"/>

The same problem does not happen when using the same tag, but with an explicit height:

<img style="width: 1000px; height: 1000px;" src="avatar-default-symbolic.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