docs: 0,0 coords and new points

This commit is contained in:
decentral1se 2023-12-03 15:39:37 +01:00
parent 2f1cc20e80
commit 5285b88729
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -55,6 +55,17 @@ You can pipe it to a graphical program or save it to file.
./ppppcg > pc.svg # to file
```
Add some of your own points.
```yaml
points:
- {name: "???", x: 50, y: 450}
- {name: moar, x: 50, y: 450}
# and so on ...
```
The `(0, 0)` coordinates are the top leftmost corner of the canvas.
👋
## License