diff --git a/src/Shape.ts b/src/Shape.ts index 93fd096e..aa36eb45 100644 --- a/src/Shape.ts +++ b/src/Shape.ts @@ -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, {