Advanced tutorial: bug or tutorial that needs update?
Bug #1507389 reported by
Hachmann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
jazzynico | ||
Inkscape-docs |
Fix Released
|
Medium
|
Hachmann |
Bug Description
Linked offsets:
Finally, note how moving or transforming the source moves all offset objects linked to it, and how you can move or transform the offset objects independently without losing their connection with the source.
(moving the source path of a linked offset does not move the offsets)
Related branches
tags: | added: documentation tutorials |
Changed in inkscape: | |
assignee: | nobody → jazzynico (jazzynico) |
importance: | Undecided → Low |
milestone: | none → 0.92 |
status: | New → Triaged |
Changed in inkscape-docs: | |
assignee: | nobody → Hachmann (marenhachmann) |
status: | Triaged → In Progress |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Unfortunately it's a bit more complicated. The tutorial was right with Inkscape <0.48.3, but a fix for Bug #184341 (Linked offsets ignore clone movement preferences) changed the offsets behavior.
The linked offsets still move with the source if you change the default preferences for the clones:
Edit > Preferences > Behavior > Clones:
Moving original: clones and linked offsets:
[ ] Move in parallel
[x] Stay unmoved (default)
[ ] Move according to transform
As explained in Bug #1131083 (Linked offset doesn't follow its source with default preferences), clones and linked offset should behave differently and thus have independent preferences.
I'm going to investigate how hard it would be to fix Bug #1131083 before we decide to change the documentation.