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

View File

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