mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix typo in Shape.ts
add closing single quote
This commit is contained in:
parent
edb7529736
commit
0381f0ebc7
@ -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, {
|
||||||
|
Loading…
Reference in New Issue
Block a user