fixed Chrome 27 bug which was drawing circles as rectangles

This commit is contained in:
Eric Rowell
2013-06-06 21:56:40 -07:00
parent 8a5ad235bd
commit 51643bcada
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Test.Modules.TWEEN = {
y: stage.getHeight() / 2,
radius: 70,
fill: 'green',
stroke: 'black',
stroke: 'blue',
strokeWidth: 4
});