Bug 104634

Summary: Infinite loop in textPath
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: sabouhallawa, zimmermann
Priority: P2    
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   

Philip Rogers
Reported 2012-12-10 23:22:05 PST
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>
Attachments
Said Abou-Hallawa
Comment 1 2015-04-27 15:06:11 PDT
Already fixed in ​https://bugs.webkit.org/show_bug.cgi?id=112078 *** This bug has been marked as a duplicate of bug 112078 ***
Note You need to log in before you can comment on or make changes to this bug.