From b17cc6ea4d684fdcfa0bd41aee2fe4de2abb698f Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sun, 2 May 2021 23:30:11 +0200 Subject: [PATCH] Update AutomateHowTo.md --- AutomateHowTo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomateHowTo.md b/AutomateHowTo.md index 7d1cb7d..48f4312 100644 --- a/AutomateHowTo.md +++ b/AutomateHowTo.md @@ -189,7 +189,7 @@ String. This is the fill color of an object. Allowed values are [HTML color names](https://www.w3schools.com/colors/colors_names.asp), hexadecimal RGB strings e.g. `#FF0000` for red, or `transparent`. ## Adding objects -These functions will add objects to your drawing. The canvas is infinite, and it accepts negative and positive X and Y values. The top left corner x values increase left to right, y values increase top to bottom. +These functions will add objects to your drawing. The canvas is infinite, and it accepts negative and positive X and Y values. X values increase left to right, Y values increase top to bottom. ![coordinates](https://user-images.githubusercontent.com/14358394/116825632-6569b980-ab90-11eb-827b-ada598e91e46.png)