diff --git a/src/shapes/object.class.js b/src/shapes/object.class.js index 967b5056ed0..1dc0a53a45d 100644 --- a/src/shapes/object.class.js +++ b/src/shapes/object.class.js @@ -1381,9 +1381,6 @@ else { alternative && alternative(ctx); } - if (this.strokeUniform) { - ctx.setLineDash(ctx.getLineDash().map(function(value) { return value * ctx.lineWidth; })); - } }, /**