]> git.sven.stormbind.net Git - sven/vym.git/blob - macros/slideeditor-snapshot.vys
Replace Pierre as the maintainer
[sven/vym.git] / macros / slideeditor-snapshot.vys
1 // Template for taking snapshots in slideeditor
2
3 map = vym.currentMap();
4 map.setMapZoom(CURRENT_ZOOM);
5 map.setMapRotation(CURRENT_ANGLE);
6 map.centerOnID(CURRENT_ID);