diff --git a/src/item/PathStyle.js b/src/item/PathStyle.js index 443be9d4..2d2f8400 100644 --- a/src/item/PathStyle.js +++ b/src/item/PathStyle.js @@ -33,6 +33,10 @@ var PathStyle = this.PathStyle = Base.extend(new function() { } }, + clone: function() { + return new PathStyle(this); + }, + statics: { create: function(item, other) { var style = new PathStyle(PathStyle.dont);