Skip to content

Fix copying and pasting a text on path

Yuki Hoshino requested to merge yhoshi/inkscape:issue_853 into master

When copy and paste a text on path, prevent unexpect scaling and moving. And fix bug #853 (closed) .

Step to reproduce.

1 Make a text and a path.

2 Put the text on the path.

3 Copy the text on path and the path.

step3

4 Paste it.

Before this patch.

step4_before

After this patch.

step4_after

Edited by Thomas Holder

Merge request reports