[Webkit-unassigned] [Bug 33784] New: [Qt] Modifying SVG path dumping to equal to other ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 17 23:41:35 PST 2010


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

           Summary: [Qt] Modifying SVG path dumping to equal to other
                    ports
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: zimmermann at kde.org


example:
http://build.webkit.org/results/Qt%20Linux%20Release/r53390%20%286095%29/svg/custom/transformedMaskFails-pretty-diff.html
...
on Mac: [data="M0.00,0.00 L150.00,0.00 L150.00,150.00 L0.00,150.00 Z"]
on Qt:  [data="M 0 0L 150 0L 150 150L 0 150L 0 0"]
...

We should remove space after M and L, use fixed point real numbers with 2
decimal, use Z to close path instead of L to starting point.

I have a preliminary patch to fix it except closing path. I try to fix it and
then we should update many expected files at the same time.

But unfortunately we have to use platform dependent expected files until fix.

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