You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When using the 'newpage' keyword, the Teoz renderer will render the full height and lifelines, making it pretty useless.
Will result in these images
The text was updated successfully, but these errors were encountered: