Skip to content

Commit 82b1f54

Browse files
committed
fix brush pressure
1 parent 049ad69 commit 82b1f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/tool/draw/brush.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
(let [pointer-handler #(pointer/event-handler % element)]
158158
[:path (merge {:d (points->path (::points attrs)
159159
(merge (select-keys attrs options)
160-
{:simulatePressure false}))
160+
{:simulatePressure true}))
161161
:on-pointer-up pointer-handler
162162
:on-pointer-down pointer-handler
163163
:on-pointer-move pointer-handler

0 commit comments

Comments
 (0)