[Component/Deployment] Allow `handwritten` on `file`, `stack` and `note`

0 votes
asked Apr 22, 2022 in Bug by The-Lu (63,920 points)

Hello PlantUML team,

During test on `handwritten` on `deployment diagram`:

  • It seems that this parameter have not effect on `file` and `stack `?
    And some time minimal effect on `note`?

Here are some example:

@startuml
scale 2
skinparam handwritten true

artifact Artifact #palegreen 
frame KO #pink {
file File
stack Stack
note right: ko
}
@enduml

And for `note` shape compare:

CodeOutput
@startuml
scale 2
skinparam handwritten true
component a {
}
note left of a
handwritten seems OK
on note
end note
@enduml
@startuml
scale 2
skinparam handwritten true
component a 
note left of a
handwritten seems KO
on note
end note
@enduml


Regards.

1 Answer

0 votes
answered May 4, 2022 by plantuml (294,960 points)
selected May 4, 2022 by The-Lu
 
Best answer
Thanks for the feedback.

This has been fixed in last released.
commented May 4, 2022 by The-Lu (63,920 points)

Thanks for this first fix.

Will remain the management of the background color of stack shape, see red overlapping...

That because the stack shape is the only open (not closed) shape... ;-)

Regards.

...