mirror of
https://github.com/konvajs/konva.git
synced 2025-09-23 12:43:42 +08:00
changed fillStroke() to fillStrokeShape() for consistency
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
}
|
||||
|
||||
_context.closePath();
|
||||
context.fillStroke(this);
|
||||
context.fillStrokeShape(this);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user