]> git.sven.stormbind.net Git - sven/vym.git/blob - macros/slideeditor-snapshot.vys
Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05...
[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);