hundredrabbits / Dotgrid

Minimalist Vector Tool
https://hundredrabbits.itch.io/dotgrid
Other
1.04k stars 75 forks source link

small bugfixes #16

Closed cantbesure1 closed 6 years ago

cantbesure1 commented 6 years ago

changes:

  1. translation line is no longer drawn to (50,-50) when cursor is outside grid
  2. translation is no longer preformed to (50,-50) when cursor is outside grid
  3. cursor is no longer animated moving to (50,-50) when cursor is outside grid.

In retrospect, I should have just made it return a null value instead of (50,-50)...

neauoire commented 6 years ago

Good catch, it was starting to get on my nerves :) I've been thinking. Wouldn't it be great that if you expand the windo, instead of stretching the canvas, it added more dots to the grid, so you could have a horizontal canvas if you wished? I've been wondering about how to implement that.