-
Notifications
You must be signed in to change notification settings - Fork 30
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
Size attribute in resulting dot file causes output to be clipped #32
Comments
As a workaround setting |
Hi, |
Thanks for the quick reply 🙏 In my case using |
That's odd, I've never seen that happen... I don't think |
Sure, see for example this repo. You can try with the So if I run:
I get this svg as output: It might help to report here the
|
Weird, I use the same version, and I can reproduce this, but only when |
Hehe, no idea. But feel free to close this issue if keeping the ad-hoc size attribute makes sense to you. Hopefully people would find this issue if they run into the same problem. Alternatively we could add a note in the README or in the documentation. |
I ran into this too, glad to see the fix is so easy. Graphmod is amazing by the way! |
The resulting size attribute in the
.dot
file produces seems to causedot
to clip the graph. For instance,graphmod
will output something like:And after running a
dot
with this file I see only a part of the diagram. Removing thesize
attribute fixes this problem.Two questions:
graphmod
from adding a size attribute?Thanks!
The text was updated successfully, but these errors were encountered: