roelj / inklingreader

A GNU/Linux-friendly version of the Wacom Inkling SketchManager.
GNU General Public License v3.0
50 stars 16 forks source link

Inklingreader does render sketch with filled areas #48

Open dedeibel opened 6 years ago

dedeibel commented 6 years ago

Somehow I managed to created sketches which will be rendered as filled areas.

sketch8

and sketch9

WPI and SVG:

filled-areas-8-9.zip

I haven't debugged them yet. But maybe I managed to hit the exact coordinate and the SVG commands you are using will be recognized as one structure.

roelj commented 6 years ago

I don't have a fix yet, but here's a direction: I think this is a bug in the way we mimick pressure. If you disable pressure in the program, the fill will be gone.

Thanks for reporting! I need to debug this myself too, so that'll take some time.