[Webkit-unassigned] [Bug 41294] New: SVG CurvetoCubic Path not implemented for relative cordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 12:40:42 PDT 2010


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

           Summary: SVG CurvetoCubic Path not implemented for relative
                    cordinates
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: varunjain at chromium.org
                CC: rjkroege at chromium.org


Created an attachment (id=59924)
 --> (https://bugs.webkit.org/attachment.cgi?id=59924)
SVG image defined using relative cordinates. Not displayed properly in chrome and safari.

In file http://trac.webkit.org/browser/trunk/WebCore/svg/SVGPathSegList.cpp#L131
there is no implementation for the enum SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL. Due to this, SVG images defined using relative coordinates are rendered incorrectly. For instance, the attached html is an image that is rendered correctly on FF but is clipped off in chrome and safari.

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