mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fixed Chrome 27 bug which was drawing circles as rectangles
This commit is contained in:
@@ -13,7 +13,7 @@ Test.Modules.TWEEN = {
|
||||
y: stage.getHeight() / 2,
|
||||
radius: 70,
|
||||
fill: 'green',
|
||||
stroke: 'black',
|
||||
stroke: 'blue',
|
||||
strokeWidth: 4
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user