mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
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:
@@ -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({
|
||||
|
Reference in New Issue
Block a user