Correct resolution used for scale. Add dpi option.

Also add setDpi and setMinWidth methods

Add Print to scale example
This commit is contained in:
mike-000
2020-01-16 23:41:52 +00:00
parent 612910bcd2
commit e2ac566c05
4 changed files with 214 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
.container {
max-width: 566px;
width: 100%;
height: 400px;
overflow: hidden;
}