WillNilges / inkpath

A plugin for transcribing hand-drawn notes, diagrams, and tables onto xournalpp documents
GNU General Public License v2.0
18 stars 1 forks source link

README is wrong #8

Open WillNilges opened 2 years ago

WillNilges commented 2 years ago

This uses autotrace to translate whiteboard markings into splines. From there, it applies a bezier curve to approximate strokes as a series of points, then passes them to the Xournal++ Lua API for rendering.

That's not how it works anymore. It passes its bezier data directly to Xournal++, and then Xournal++ does the rasterization.

WillNilges commented 2 years ago

I think that was fixed, but I am gonna leave this open so I remember to add information about the test plugins to HACKING's README.