-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create pdf pages generator git project #23
Comments
@chanind, I explored a bit 2 of the possible ways to produce A4 pdfs. On the html2pdf approach, it seems the svg transform / translate get in the way. Could you take a brief look at this one, maybe you will 'feel' the issue thanks to your understanding of hanzi-writer : HTML2PDF tool, converts an html element into pdf, bug on svg translation (?): PDFkit, an in-client pdf generator, exploration has issues but progresses :
Exploration will continue. |
I'm not sure what the issue could be, the SVG is pretty simple. As a minor aside, I'd recommend rendering the strokes in reverse order so the black strokes show up on top of the gray strokes. |
New exploration : https://codepen.io/hugolpz/pen/jdwgvr |
Input :
[ {character: " ζ"}, {character: " η"} ]
(compulsary) orOutput
Level 1:
Level 2:
Examples for inspiration:
Level 3:
The text was updated successfully, but these errors were encountered: