reHackable / maxio

Companion daemon for the reMarkableā„¢ paper tablet
GNU Lesser General Public License v3.0
156 stars 52 forks source link

Please fix the artifacts when it comes to the eraser. #17

Open CarJem opened 6 years ago

CarJem commented 6 years ago

The eraser shouldn't be rendered as white, but it needs to rendered(because if it's not that causes the lines that were "erased" to appear) Even reMarkable's official tool has this problem, and I'm really starting to get bugged over it. I don't know how you would code it but perhaps you could modify the code that if any line is covered by eraser, it skips/removes that line. I don't know how you would go about doing it, but this is the greatest problem I have with my rM since the beginning.

CarJem commented 6 years ago

I got an idea on how this can be easily fixed. If we make eraser and eraser_area color both white, then when exporting a notebook to pdf, before we apply the template to the background, we make anything white transparent, assuming the page background is also transparent.