Open tchansun opened 2 years ago
I think that is by design. You can reduce this effect by setting the roughness of the freedraw shape to 0. You can do this either manually editing the excalidraw file, or with a simple script. You'd need to modify the Set Stroke Width script and replace .strokeWidth
with .roughness
.
Thank you, but roughness already = 0 for the type "line" in the md file. Is there a way to draw freeshape so that the background doesn't spill over ?
This may be a solution: https://youtu.be/qbPIAZguJeo I am using these 3 Excalidraw scripts in the example:
With these scripts, you can also add color to unfinished shapes.
Thank's a lot, I am very new to obsidian/excalidraw (I didn't know excalidraw could have plugins!) and I just realized that this issue is with lines and not with free drawing. Sorry for that! I have a lot to learn here! Regards.
Only with hatch color (not solid color).