pointvec/README.md

19 lines
269 B
Markdown
Raw Normal View History

2016-12-31 21:16:25 +00:00
# Dotgrid
2016-12-31 21:18:41 +00:00
Minimalist vector drawing tool to create grid based SVGs. There isn't much to it at the moment. Enjoy!
2016-12-31 21:16:25 +00:00
2016-12-31 21:18:41 +00:00
## Functions
```
q CLEAR
w DELETE LAST
e EXPORT(Not working atm, just copy the DOM element)
```
## Tools
```
aA CLOCKWISE
sS COUNTERWISE
d LINE
```