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

Bad sequence diagram rendering #13

Open
canercandan opened this issue Sep 19, 2014 · 0 comments
Open

Bad sequence diagram rendering #13

canercandan opened this issue Sep 19, 2014 · 0 comments

Comments

@canercandan
Copy link
Contributor

When I try to generate a scruffy-ed sequence diagram (I used the sample available on the README), I get a weird result with some texts failing to show, here is the command line and the resulting image:

suml -i test.suml --png --sequence --scruffy "[Patron]order food>[Waiter],[Waiter]order food>[Cook],[Waiter]serve wine>[Patron],[Cook]pickup>[Waiter],[Waiter]serve food>[Patron],[Patron]pay>[Cashier]" > test.png

test

Now same test without scruffy option:

suml -i test.suml --png --sequence "[Patron]order food>[Waiter],[Waiter]order food>[Cook],[Waiter]serve wine>[Patron],[Cook]pickup>[Waiter],[Waiter]serve food>[Patron],[Patron]pay>[Cashier]" > test.png

test

Is it a known issue ?

Thanks.

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