From 5285b887290da82bfbb5c99f459d07c198999e86 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 3 Dec 2023 15:39:37 +0100 Subject: [PATCH] docs: 0,0 coords and new points --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 416f38b..1e63096 100644 --- a/README.md +++ b/README.md @@ -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