Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 16891 → Rev 16892

/trunk/wims/src/Misc/canvasdraw/Changelog.md
4,6 → 4,11
: zooming and grid: scaling needs to be more adaptive ! (use constant amount of grid lines)
 
## 2022
* 05/7/2022: command 'group' :
- still some issues with direct clicks on group members (NaN due to competing mouselisteners)
- removed 'debug newlines'
- external images -via command 'copy' NOT supported (too much trouble)
- need to add 'copy' to dragstuff library or introduce another command...
* 26/6/2022: added keyword 'group' : provides mouse-driven movements of all objects after keyword 'group' until keyword 'kill group;
- may be combined with 'slider' to move or rotate single objects or grouped objects
- may not be combined with command 'drag xy' (mouse listeners are already occupied...)