trunk: copy&paste original+clone -> unexpected upscaling of clone
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Mc |
Bug Description
Since the merge of the experimental branch, and the switch of the default (A4) template to a drawing scale of 1:1 (i.e. with one user unit equivalent to one "mm"), in a new document based on trunk's default template a clone copied and pasted along with its original pastes with an unexpected larger scale.
Steps to reproduce:
1) launch current trunk
2) draw a line (2-node path)
3) clone the line (Alt+D)
4) select all (Ctrl+A), copy to clipboard (Ctrl+C)
5) paste from clipboard (Ctrl+V)
Expected result:
The pasted objects keep the same scale relative to each other.
Actual result:
The pasted clone is scaled up.
Reproduced with Inkscape 0.91+devel r13925 on OS X 10.7.5
Notes:
* Copy&pasting original+clone will relink the pasted clone to the pasted copy of the original automatically.
* The unexpected (up-)scaling does not occur in documents which have a viewBox defined based on the default user unit length (CSS Pixels), e.g. the template 'default px'.
* The unexpected (up-)scaling does not occur if original and clone are copied and pasted separately (not within the same selection).
* The unexpected (up-)scaling can be reproduced with Inkscape 0.91 in a new document based on the template 'default mm'.
description: | updated |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
this bug may have been solved as a side-effect of the resolution of bug 1152657 in rev 13932, can you confirm it ?