Hi, to support modelling of Motivation elements in ArchiMate 3, could there be a DiagonalCorner style?
I would like to do something like
skinparam rectangle { DiagonalCorner 10 BorderColor Red}
The Motivation elements are documented at http://pubs.opengroup.org/architecture/archimate3-doc/chap06.html#_Toc489946015.
(--------)
We like the idea, thanks for the suggestion!
So we've published a beta http://beta.plantuml.net/plantuml.jar that supports:
@startuml skinparam rectangle { DiagonalCorner 10 BorderColor Red } rectangle rec @enduml
Is this what you were looking for ?