pointvec/README.md

27 lines
314 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
2017-01-04 18:25:40 +00:00
```
## Shapes
```
z DOT
x CIRCLE
c RECT
2016-12-31 21:18:41 +00:00
```