From a11d39630039356e95942bf34e6ecc130424026c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rg=20Lehni?= Date: Tue, 27 Apr 2021 09:41:45 +0200 Subject: [PATCH] Fix indentation in code example --- src/item/Shape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item/Shape.js b/src/item/Shape.js index 53cec0f7b1..7f650207d6 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -521,7 +521,7 @@ statics: new function() { * * @example {@paperscript} * var shape = new Shape.Rectangle({ - * topLeft: [20, 20], + * topLeft: [20, 20], * bottomRight: [80, 80], * radius: 10, * strokeColor: 'black'