Use archimate icons in deployment elements?

0 votes
asked Oct 9, 2018 in Question / help by rd27 (460 points)
Is there a way to use archimate icons in deployment elements? It would be great if we could add icons in the upper right corner to elements (via stereotype or another method).

Thanks!
d

1 Answer

0 votes
answered Oct 9, 2018 by Serge Wenger Work (15,620 points)
commented Oct 15, 2018 by rd27 (460 points)
Yes, how are you adding those?
commented Oct 16, 2018 by Serge Wenger Work (15,620 points)
Sorry, you can change the "png" to "uml" in the link and you have the "text":

@startuml
sprite Net jar:archimate/network
sprite $businessProcess [16x16/16] {
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFF0FFFFF
FFFFFFFFFF00FFFF
FF00000000000FFF
FF000000000000FF
FF00000000000FFF
FFFFFFFFFF00FFFF
FFFFFFFFFF0FFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF
}
rectangle "First rectangle" <<$Net>> as First
Node "Second" <<$businessProcess >> as Second
First -> Second
@enduml
...