Bug 104634
Summary: | Infinite loop in textPath | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | sabouhallawa, zimmermann |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philip Rogers
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
Already fixed in https://bugs.webkit.org/show_bug.cgi?id=112078
*** This bug has been marked as a duplicate of bug 112078 ***