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

Scaling (via diagrams) doesn't work #40

Open
afcady opened this issue Oct 16, 2019 · 0 comments
Open

Scaling (via diagrams) doesn't work #40

afcady opened this issue Oct 16, 2019 · 0 comments

Comments

@afcady
Copy link

afcady commented Oct 16, 2019

Apparently there is some kind of autoscale in the rendering process, which sometimes makes for absurd results:

-- Should fit on screen without scrolling, but does not.
dia $ circle 1 # scaleY 100 # scale 0.01

In general, any scale applied to the entire diagram has no effect.

It also makes it so that a diagram does not maintain a constant size after operations that add other diagrams next to it. So:

-- Now it fits on the page!  But adding a circle on the
-- right shouldn't change the size of anything on the left.
dia $ circle 1 # scaleY 100 # scale 0.01 ||| circle 1
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