This commit is contained in:
Sebastian Kupke 2019-09-19 16:45:47 +02:00
parent b69472640f
commit 5556cc720c
2 changed files with 2 additions and 2 deletions

2
dist/iwmlib.pixi.js vendored
View File

@ -14604,7 +14604,7 @@
}
tiltToLineWidth(value) {
return 16 // Math.round(Math.abs(value / 10) + 1)
return 16 //Math.round(Math.abs(value / 10) + 1)
}
drawStroke(stroke) {

View File

@ -297,7 +297,7 @@ export default class Stylus extends PIXI.Graphics {
}
tiltToLineWidth(value) {
return Math.round(Math.abs(value / 10) + 1)
return 16 //Math.round(Math.abs(value / 10) + 1)
}
drawStroke(stroke) {