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

height 4090 ? #384

Open
simonmcnair opened this issue Jan 29, 2024 · 1 comment
Open

height 4090 ? #384

simonmcnair opened this issue Jan 29, 2024 · 1 comment

Comments

@simonmcnair
Copy link

This implies that the svg should be taller than it is wider ? Is this correct ? Just curious Should the width and height be fixed or are they arbitrary ?

Cheers

<svg xmlns="http:https://www.w3.org/2000/svg" width="1060" height="4090" fill="black" stroke="#808080" stroke-width="1">

@sysstat
Copy link
Owner

sysstat commented Feb 3, 2024

Width and height may vary depending on the options used.
Most of the time the canvas is taller than it is wide (this is because the different views are stacked vertically). But if option packed is used then views from the same activity are grouped on the same row (horizontally), making the canvas wider that it usually is.
Wrt height, this is a best guess and the value is often bigger that necessary (see #286).

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

2 participants