-
Notifications
You must be signed in to change notification settings - Fork 553
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
feat: add usePageCss option, add toCanvasList and toImage method for large html #473
base: master
Are you sure you want to change the base?
Commits on Aug 16, 2024
-
feat: add option to resolve problems which caused by html that has la…
…rge amount of sub nodes
hzsrc committedAug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d5c17e1 - Browse repository at this point
Copy the full SHA d5c17e1View commit details -
fix: if ratio=2 and style.border='1px', in html it is actually render…
…ed to 1px, but in <img src="svg"> it is rendered to 2px. Then height is different and the bottom 1px is lost, 10 nodes will lost 10px.
hzsrc committedAug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f5afad4 - Browse repository at this point
Copy the full SHA f5afad4View commit details -
hzsrc committed
Aug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b7cfe2 - Browse repository at this point
Copy the full SHA 5b7cfe2View commit details
Commits on Aug 17, 2024
-
feat: add
toCanvasList
andtoImage
method to get rid of the limit……ation of canvas size, so this can export a very large htm. And use a ``getMaxCanvasHeight` method to raise the canvas size limit from 16384 to 65535(Chrome) or 32767(Firefox)
hzsrc committedAug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 8ea57e6 - Browse repository at this point
Copy the full SHA 8ea57e6View commit details -
hzsrc committed
Aug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 56b099e - Browse repository at this point
Copy the full SHA 56b099eView commit details
Commits on Sep 10, 2024
-
fix: url(...) in css file lose efficacy
hzsrc committedSep 10, 2024 Configuration menu - View commit details
-
Copy full SHA for fc79106 - Browse repository at this point
Copy the full SHA fc79106View commit details
Commits on Nov 14, 2024
-
Support image in html or image/font in <style>
hzsrc committedNov 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ea87c3 - Browse repository at this point
Copy the full SHA 2ea87c3View commit details
Commits on Nov 15, 2024
-
hzsrc committed
Nov 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 31a2400 - Browse repository at this point
Copy the full SHA 31a2400View commit details -
hzsrc committed
Nov 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 93b5841 - Browse repository at this point
Copy the full SHA 93b5841View commit details -
hzsrc committed
Nov 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b37fe0 - Browse repository at this point
Copy the full SHA 4b37fe0View commit details
Commits on Nov 18, 2024
-
fix: add
checkTail
to whether the svg tail is integrated.This will fix some problems that the last page of exported pdf is truncated.
hzsrc committedNov 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a538140 - Browse repository at this point
Copy the full SHA a538140View commit details -
hzsrc committed
Nov 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 7cba196 - Browse repository at this point
Copy the full SHA 7cba196View commit details