nanoMFG / GSA-Image

Image analysis tool code repository for the Graphene Synthesis Analysis collaboration
Apache License 2.0
1 stars 1 forks source link

Solved discontinuities in lines drawn by customFilter #48

Closed kevindl2 closed 5 years ago

kevindl2 commented 5 years ago

Previously, when adding a custom filter in the FilterPattern modification, lines drawn by dragging the mouse were discontinuous.

I changed the custom filter to draw a line from the mouse's previous position to its current position instead of just drawing a circle at its current position.