Skip to content

Commit

Permalink
Fix indentation in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Oct 19, 2021
1 parent 53b98de commit a11d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/Shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a11d396

Please sign in to comment.