marcocorvi / topodroid

TopoDroid code base
https://sites.google.com/site/speleoapps/
GNU General Public License v3.0
54 stars 26 forks source link

Short bezier lines disappears after being drawn #90

Closed rsevero closed 10 months ago

rsevero commented 10 months ago

Describe the bug For many line types, short bezier lines are not drawn

To Reproduce Steps to reproduce the behavior:

  1. Set bezier line type
  2. Try to draw a short line
  3. See that it is drawn but disappears

Expected behavior Drawn lines should not disappear

Screenshots Video showing the issue

Device (please complete the following information):

Additional context Rock edge lines does not disappear even when drawn short as the others as it can be seen on the video.

marcocorvi commented 10 months ago

fixed in v. 6.2.47

the cause was a test <= instead of < in bezier()