How to place a legend in the top left corner of a namespace box

0 votes
asked Feb 20, 2022 in Question / help by poi (1,200 points)
retagged Feb 20, 2022 by poi

Is it possible to place a legend in the top left corner of a namespace box? In the example below the legend is centered at the top.

@startuml
title Namespace - Class Diagram
legend top left
    text on root
endlegend
namespace Folder {
    legend top left
        text on namespace
    endlegend
    class Worker1
    class Worker2
}
@enduml

Link: http://www.plantuml.com/plantuml/png/ROv12i9034NtESM_W0izGK5nwTPrQ6CfPYObau8WtjrXX47Gx9B_ylX32VROab8ieO8B9oahZu8TZigbuBJmx9n8PPOy8Mo5oYq8TK8U0Sjmiw2QVXZANN8sdSJnRFG_mxUblxMawzesjYvNyxlu_kToe1SD5TsIlW40

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.
...