Open Lukey3332 opened 8 years ago
Thank you for your elaborate report. Can you share the WPI file so I could debug this more easily?
Here: sketch.zip
Thank you. I am going to try to reproduce this on a Raspberry Pi (ARM also), and look into the cause of this problem.
Unfortunately, I am a bit short on free time, so this could take a few weeks when it's difficult.
An update: I've been able to reproduce this issue. It seems that all data is there, however, it is displaced to the right. Try exporting it as SVG and open it in Inkscape, zoom out to about 30% and you'll find your drawing on the right.
I'm not sure what's causing this, so I still have to investigate that.
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.