Closed zimchaa closed 3 years ago
I just submitted a pull request to plantuml that fixes some missed icons and colors for archimate https://github.com/plantuml/plantuml/pull/205 so if it will be merged this issue will be fixed authomatically.
@smeagol74 https://github.com/plantuml/plantuml/pull/205 has been merged, is it okay to close this issue?
The
technology-process
while a valid Archimate item doesn't exist as a valid sprite, per this diagram (listsprite
):It's possible to use
process
however to recreate a valid looking entity:PlantUML code:
It could be addressed by a simple change in the include define for that macro, (line 104) from:
to:
I know it doesn't look as nice, but it would fix an error in one of your samples - https://github.com/ebbypeter/Archimate-PlantUML/blob/master/samples/Archimate-Overview.wsd without need to change the code in that sample however.