Can I centralize an actor on a cloud?

0 votes
asked Oct 18 in Question / help by Pedro

Is it possible to use the actor at de center of this cloud?

@startuml
skinparam actorStyle awesome
actor User

cloud SharePoint {
 folder "Zip"
}

[User] --> [SharePoint] : "link"

@enduml

commented Oct 18 by The-Lu (60,440 points)

Hi P., 

I can only do this:

@startuml
left to right direction
skinparam actorStyle awesome

actor User

cloud SharePoint {
 folder "Zip"
}

User -> SharePoint : "link"

@enduml

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...