mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed selection tools dragging when the cursor is not in the selection
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/** TODO
|
||||
* - Increase the sensibility of the tool depending on the width / height ratio to avoid holes
|
||||
*/
|
||||
class EllipseTool extends ResizableTool {
|
||||
// Saving the empty rect svg
|
||||
emptyEllipseSVG = document.getElementById("ellipse-empty-button-svg");
|
||||
|
||||
Reference in New Issue
Block a user