ax3l / lines-are-beautiful

C++ File API for the reMarkable tablet
GNU General Public License v3.0
99 stars 9 forks source link

Tried to port your library to C# for my Project, exporting goes wrong #27

Open furesoft opened 3 years ago

furesoft commented 3 years ago

Hi, your library is awesome and I have tried to port it to C# to use it on my project. Loading works fine but exporting to svg does not work. there are random line and not what should it be.

The Implementation: https://github.com/furesoft/Slithin/blob/main/Source/Core/Remarkable/LinesAreBeatiful/Exporters/SvgExporter.cs

Did I have a mistake there?