Copy path with pattern to 2nd window may drop part of pattern
Bug #1248282 reported by
David Mathog
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Medium
|
Unassigned |
Bug Description
In some instances:
1. select object in window 1 that uses a pattern fill or stroke
2. copy
3. change to window 2
4. paste
PART of the pattern may be lost. By this I mean if the pattern is complex, where pattern A depends on pattern B depends on C, then C may not be copied. In the example there is a Line in the defs in the source file, but it does not make it into
the target file on the paste. The result is that the pasted object is invisible.
This is in r12721, but the problem seems to go way, way back.
tags: | added: clipboard pattern |
To post a comment you must log in.
The file probs1_pasted.svg was modified solely by copying the line section from <defs> in probs1.svg. This is sufficient to repair the problem.
So, the issue is that the complex pattern, which in this case references a line in defs, does not bring the line along to the new window when it is pasted.