Inkscape.org
Beginners' Questions Whenever I break a path, it's nodes move randomly
  1. #1
    richietozier4 richietozier4 @richietozier4
    *

    I'm using inkscape to make a map, but whenever I try to break a path or use intersect, the nodes/path shifts suddenly. I've made sure that there are no kinks in the path, and the nodes of each one lines up, but it keeps happening. What do I do?

  2. #2
    Paddy_CAD Paddy_CAD @Paddy_CAD
    🏆

    You're probably seeing round-off errors, especially if your maps have very fine details. By default, SVG coordinates won't exceed 8 digits with at most 8 decimal places. Additional digits are discarded.

    You can change these limits under [Preferences > Input/Output > SVG Output > Numbers]. Of course, storing more digits incurs the cost of larger file sizes.

  3. #3
    richietozier4 richietozier4 @richietozier4

    That worked for me! Thank you so much

Inkscape Inkscape.org Inkscape Forum Beginners' Questions Whenever I break a path, it's nodes move randomly