[Webkit-unassigned] [Bug 103691] New: SVGImage::dataChanged() should set default font size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 17:24:21 PST 2012


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

           Summary: SVGImage::dataChanged() should set default font size
           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: bashi at chromium.org
                CC: zimmermann at kde.org, pdr at google.com,
                    schenney at chromium.org, fmalita at chromium.org


This is a follow-up bug entry (suggested by inferno@ on https://bugs.webkit.org/show_bug.cgi?id=99506#c17)

SVGIMage::dataChanged() creates a page object for svg image, but not set default font size for the page. The default font size is initialized as zero in the constructor of Settings. If we don't set appropriate default font size, it could cause unexpected behavior like https://bugs.webkit.org/show_bug.cgi?id=99506.

It should call Settings::setDefaultFontSize() with appropriate default font value. I'm not sure which value is suitable.

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