From 79d75dfaf57b2acef892153bd8505a7d05360637 Mon Sep 17 00:00:00 2001 From: B0rax Date: Sun, 8 Oct 2023 16:01:28 +0200 Subject: [PATCH] Add Circle and rounded box from PR #143 --- usage/Json-template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usage/Json-template.md b/usage/Json-template.md index cfa3350..f7a976a 100644 --- a/usage/Json-template.md +++ b/usage/Json-template.md @@ -82,8 +82,11 @@ There is also support for single math operations (`+`, `-`, `*` and `/`). You ca ## Graphics * `{ "box": [x, y, width, height, color] }` +* `{ "rbox": [x, y, width, height, corner-radius, color] }` * `{ "line": [x1, y1, x2, y2, color] }` * `{ "triangle": [x1, y1, x2, y2, x3, y3, color] }` +* `{ "circle": [x, y, radius, color] }` + ## Parameters - `x`: X pixel coordinate (`x1`, `x2` and `x3` being multiple positions)