[Webkit-unassigned] [Bug 91918] New: SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 22:28:01 PDT 2012


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

           Summary: SVG-as-image (constrained) intrinsic size calculation
                    is wrong in vertical writing modes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com, dino at apple.com


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

See the attached test case, which is a transposed version of svg/as-image/svg-intrinsic-size-rectangular.html . The image element should end up 100px wide and 200px tall, but RenderSVGRoot::computeIntrinsicRatioInformation() returns a physical intrinsic size (and ratio) instead of a logical size, which is what the caller expects (and what raster images return, so they work as expected).

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