Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rM2svg needs update for other pens #38

Open
zeigerpuppy opened this issue Sep 9, 2022 · 0 comments
Open

rM2svg needs update for other pens #38

zeigerpuppy opened this issue Sep 9, 2022 · 0 comments

Comments

@zeigerpuppy
Copy link

The rM2svg works well for conversion to SVG (and renders as individual strokes which is better than the reMarkable native SVG export).

I noticed that it could use support for more pen types.

For instance, I hacked up support for mechanical pencil ( # 17) using the existing pen # 7:

(line 171 -3):

            elif pen == 7 or pen == 17: # Pencil-Sharp
                width = 16 * width - 27
                opacity = 0.9

Not sure of all the pen mappings but would be good to update the script...

https://github.com/reHackable/maxio/blob/master/tools/rM2svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant