crash (Pattern to Objects, Clip > Release) with xml:space="preserve"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Johan Engelen |
Bug Description
Steps to reproduce:
1) download sample SVG file [1]
2) open in Inkscape
3) select rectangle (background) with checkerboard pattern
4) apply 'Object > Pattern > Pattern to objects'
-> no crash in 0.48.2 (but console warnings)
-> crash in current trunk (backtrace attached, note the difference between debug and optimized build)
Not reproduced when transferring the pattern with 'copy&paste style' into a new Inkscape document (sample SVG attached, with manually added viewBox definition and size of pattern-filled rect changed to "100%")
Tested on Mac OS X 10.5.8 (i386), with
- Inkscape 0.48.1, 0.48.2,
- Inkscape 0.48+devel r10325, 0.48+devel r10639
[1] Source of Latin-1 encoded file:
<http://
<http://
(problem noticed while testing for bug #567014)
Alternatively, open the files in inkscape (cli only) from the web directly:
$ inkscape http://
$ inkscape http://
or
$ inkscape https:/
Related branches
tags: | added: clipping |
summary: |
- crash (Pattern to Objects) with xml:space="preserve" + crash (Pattern to Objects, Clip > Release) with xml:space="preserve" |
Changed in inkscape: | |
milestone: | none → 0.49 |
Changed in inkscape: | |
assignee: | nobody → Johan Engelen (johanengelen) |
Crash reproduced on Windows XP, Inkscape trunk revisions 10614 and 10568.
Warning messages also noticed with 0.48.2.
But changing the encoding attribute with UTF-8 doesn't fix the issue. What makes you think it's related to encoding?