From efbdffc6fc3b3138a8022697f11738e3780e1834 Mon Sep 17 00:00:00 2001 From: Sebastian Kupke Date: Thu, 19 Sep 2019 13:41:50 +0200 Subject: [PATCH] Fixed conflict. --- dist/iwmlib.pixi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/iwmlib.pixi.js b/dist/iwmlib.pixi.js index c25b840..265890e 100644 --- a/dist/iwmlib.pixi.js +++ b/dist/iwmlib.pixi.js @@ -14604,7 +14604,7 @@ } tiltToLineWidth(value) { - return 16 // Math.round(Math.abs(value / 10) + 1) + return Math.round(Math.abs(value / 10) + 1) } drawStroke(stroke) {