tweak fixed freedraw stroke width
This commit is contained in:
parent
d6ec1dc7e6
commit
a0e54e3768
@ -153,7 +153,7 @@ export const getFreedrawStroke = (element: ExcalidrawFreeDrawElement) => {
|
|||||||
simplify,
|
simplify,
|
||||||
sizeMapping: ({ pressure: t }) => {
|
sizeMapping: ({ pressure: t }) => {
|
||||||
if (element.drawingConfigs?.fixedStrokeWidth) {
|
if (element.drawingConfigs?.fixedStrokeWidth) {
|
||||||
return 0.5;
|
return 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (element.simulatePressure) {
|
if (element.simulatePressure) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user