-
Hello everyone, When I passed the height and width in drawSvg.Drawing function as 256, the output svg had it doubled i.e height=512, width=512. Does anybody know what is happening? Also, when I passed the points in drawSvg.Lines functions the y coordinates of the points are automatically changing to -y in output svg? Thanks a lot. Best Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
cduck
Feb 16, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
d.setPixelScale(2)
from example 1 which sets the coordinate system scale to 2x.