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

Drawing size incorrect #50

Closed
ghost opened this issue Dec 15, 2015 · 0 comments
Closed

Drawing size incorrect #50

ghost opened this issue Dec 15, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 15, 2015

Drawing size is truncated to integers. These two produce identical files

svg(file='testsvg1.svg', width=10, height=7)
plot(0, 0)
svg(file='testsvg2.svg', width=10.5, height=7.5)
plot(0, 0)
viewBox is 720 x 504 (= 72 * (10 x 7)) in both cases.

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