Hello Everyone,
I compiled inklingreader on an ARM platform(The OpenPandora to be precise) in an Ubunto chroot . But the majority of the Lines are not Displayed and Exported:

however, when i modify src/parser/wpi.c to print all the x and y coordinates (by adding "printf("%i %i\n",(int)coordinate->y,(int)coordinate->x);" to line 141) and display them in gnuplot all the Lines are there:

but it looks like there's some warping:

I also have the Same issue on my PC(debian 8.3 amd64), but its not that bad:

I hope you can Fix these issues.
Hello Everyone,



I compiled inklingreader on an ARM platform(The OpenPandora to be precise) in an Ubunto chroot . But the majority of the Lines are not Displayed and Exported:
however, when i modify src/parser/wpi.c to print all the x and y coordinates (by adding "printf("%i %i\n",(int)coordinate->y,(int)coordinate->x);" to line 141) and display them in gnuplot all the Lines are there:
but it looks like there's some warping:
I also have the Same issue on my PC(debian 8.3 amd64), but its not that bad:

I hope you can Fix these issues.