Dimension arrow of the previously created disappears
cnlinyuan opened this issue · 5 comments
I was not able to reproduce this error. Can you upload a svg file saved after the arrows disappeared?
OS: Manjaro 18.0.4 Illyria
Kernel: x86_64 Linux 5.2.0-1-MANJARO
Inkscape 0.92.4 5da689c313, 2019-01-14
This a svg file saved after the arrows disappeared.
Thanks.
When I openned the file I was able to see both arrow correctly rendered. Can you see both dimension arrows when you reopen the file you sent me? It might be a rendering update issue in your machine.
There is one possible quick fix for your issue. Before I commit any changes to github try this:
1-) Open dimensions.py in a text editor and go to line 185-ish
2-) Change 'renameMode = 1' to 'renameMode = 2'
3-) save the file, reopen inkscape and test whether it works properly.
One caveat of this solution is that everytime you create a dimension line, a new marker will be created. I might add the option (overwrite marker definition / create a new one) to the plugin.
Concerning the annotation arrow style, I am now working on it. I new version should be commited soon.
When I open the file, I only see one size arrow.I follow the method you gave, it works properly.Thank you very much for your help.Looking forward to the new version coming soon.