new strokeScaleEnabled property which enables you to configure if the stroke style of a shape should scale or not as the shape itself scales, or as its ancestors scale

This commit is contained in:
Eric Rowell
2013-02-21 09:14:44 -08:00
parent 88e1c5fa08
commit 012e495a69
6 changed files with 50 additions and 5 deletions

View File

@@ -295,7 +295,7 @@ Test.Modules.IMAGE = {
};
imageObj.src = '../assets/darth-vader.jpg';
},
'*gaussian blur filter': function(containerId) {
'gaussian blur filter': function(containerId) {
var imageObj = new Image();
imageObj.onload = function() {
var stage = new Kinetic.Stage({