source: gs3-extensions/map-editor/DrawingManager/EXTRA/notes.txt@ 32723

Last change on this file since 32723 was 32723, checked in by ak19, 5 years ago

Complete redo and undo and fixed marker drawing bug

File size: 412 bytes
Line 
1All shapes = !==undefined
2White Vertices = >=0 = !==undefined
3
4Dark Vertices = undefined
5
6ClearSelection (CS):
71- Freezes vertices
82- Deselects Shape
9
10
11
12
13Prevents passage TO CS, give pass to dark vertices
14if (e.vertex !== undefined){
15clearSelection();
16
17Grants passage to CS, move white freeze dark
18if (e.vertex == undefined){
19clearSelection();
20
21
22issues: an event is being registered twice
Note: See TracBrowser for help on using the repository browser.