Revert.
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ export default class Stylus extends PIXI.Graphics {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tiltToLineWidth(value) {
|
tiltToLineWidth(value) {
|
||||||
return Math.round(Math.abs(value / 10) + 1)
|
return 16 //Math.round(Math.abs(value / 10) + 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
drawStroke(stroke) {
|
drawStroke(stroke) {
|
||||||
|
|||||||
Reference in New Issue
Block a user