Closed Bug 488755 Opened 15 years ago Closed 15 years ago

Putting a 'stroke' attribute on a 'textPath' element crashes Firefox

Categories

(Core :: SVG, defect)

x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 483439

People

(Reporter: doug, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3

If you put a 'stroke' attribute on a 'textPath' element (or on a parent element), Firefox 3.1b3 crashes immediately.

Reproducible: Always

Steps to Reproduce:
1. Create an SVG document with a 'textPath' (works fine)
2. Apply a 'stroke' attribute to the 'textPath' (directly or by inheritance)
3. Restart Firefox after it immediately crashes
Actual Results:  
Immediate hard crash.

Expected Results:  
Stroke around each glyph.

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <path id="testpath" d="m 166.22992,172.62047 c 80.25197,2.46632 176.52914,7.8351 258.62047,17.51811" fill="none" />
  <text id="testText"><textPath xlink:href="#testpath">Test string</textPath></text>
</svg>
wfm with Seamonkey 1.9.1 branch and FF3.1b3 on win32
Please provide a crash ID of that crash :
https://developer.mozilla.org/en/How_to_get_a_stacktrace_for_a_bug_report
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: