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

Sequence: Teoz breaks newpage #8

Open
MathieuDR opened this issue Mar 9, 2023 · 0 comments
Open

Sequence: Teoz breaks newpage #8

MathieuDR opened this issue Mar 9, 2023 · 0 comments
Labels
bug Something isn't working teoz teoz engine for sequence diagram

Comments

@MathieuDR
Copy link

When using the 'newpage' keyword, the Teoz renderer will render the full height and lifelines, making it pretty useless.

@startuml purchase_flow
!pragma teoz true

c -> c: First Page: One
c -> tc: First Page: Two
tc -> is: First Page: Three
is -> tc: First Page: Four
tc -> sc: First Page: Five
newpage

c -> c ++: Second Page: One
c -> tc: Second Page: Two
tc -> is: Second Page: Three
is -> tc: Second Page: Four
tc -> sc: Second Page: Five
c -> c --: deactivaton
newpage
@enduml

Will result in these images

bug_report-page1
bug_report-page2
bug_report-page3

@arnaudroques arnaudroques added bug Something isn't working teoz teoz engine for sequence diagram labels Mar 18, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working teoz teoz engine for sequence diagram
Projects
None yet
Development

No branches or pull requests

2 participants