[Webkit-unassigned] [Bug 104634] New: Infinite loop in textPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 23:19:41 PST 2012


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

           Summary: Infinite loop in textPath
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


The following will cause an infinite loop and subsequent crash:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="looper">
  <text>
    <textPath xlink:href="#looper">boop</textPath>
  </text>
</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