pointvec/README.md

27 lines
314 B
Markdown
Raw Normal View History

2016-12-31 16:16:25 -05:00
# Dotgrid
2016-12-31 16:18:41 -05:00
Minimalist vector drawing tool to create grid based SVGs. There isn't much to it at the moment. Enjoy!
2016-12-31 16:16:25 -05:00
2016-12-31 16:18:41 -05:00
## Functions
```
q CLEAR
w DELETE LAST
e EXPORT(Not working atm, just copy the DOM element)
```
## Tools
```
aA CLOCKWISE
sS COUNTERWISE
d LINE
2017-01-04 13:25:40 -05:00
```
## Shapes
```
z DOT
x CIRCLE
c RECT
2016-12-31 16:18:41 -05:00
```