Reset line width.
This commit is contained in:
parent
efbdffc6fc
commit
b69472640f
2
dist/iwmlib.pixi.js
vendored
2
dist/iwmlib.pixi.js
vendored
@ -14604,7 +14604,7 @@
|
||||
}
|
||||
|
||||
tiltToLineWidth(value) {
|
||||
return Math.round(Math.abs(value / 10) + 1)
|
||||
return 16 // Math.round(Math.abs(value / 10) + 1)
|
||||
}
|
||||
|
||||
drawStroke(stroke) {
|
||||
|
Loading…
Reference in New Issue
Block a user