Hello,
I got an issue with the following sequence diagram example (using 8008) :
@startuml A -> B activate B note over B : something deactivate B @enduml
What i get : http://www.noelshack.com/2014-45-1415017333-result.png
What i expected (using paint) : http://www.noelshack.com/2014-45-1415017613-expected.png
Is there a way to get the expected result ?
Thank you for your work,
Best regards
(--------)
@startuml A -> B activate B note over B : something
C -> D
deactivate B @enduml
And crop the resulting diagram.
Lifeline activation/deactivation is always associated with a message. I am not aware of a way to bypass that.
A -[#white]> B
supposing that the diagram background color is white...
no need for cropping the image.