fix typo in Shape.ts

add closing single quote
This commit is contained in:
Hamid Bluri 2023-07-22 06:48:56 +03:30 committed by GitHub
parent edb7529736
commit 0381f0ebc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2011,7 +2011,7 @@ Factory.addGetterSetter(Shape, 'fillRule', undefined, getStringValidator());
* var fillRule = shape.fillRule();
*
* // set fill rule
* shape.fillRule('evenodd);
* shape.fillRule('evenodd');
*/
Factory.backCompat(Shape, {