Merge pull request #1614 from hamidb80/patch-2

fix typo in `Shape.ts`
This commit is contained in:
Anton Lavrenov 2023-07-21 23:07:06 -05:00 committed by GitHub
commit aebc039f08
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, {