forked from awslabs/aws-icons-for-plantuml
-
Notifications
You must be signed in to change notification settings - Fork 15
/
GCPSimplified.puml
27 lines (21 loc) · 906 Bytes
/
GCPSimplified.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
' Copyright (c) 2020 David Holsgrove
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: MIT (For details, see https://github.com/davidholsgrove/gcp-icons-for-plantuml/blob/master/LICENSE-CODE)
' Styling
' ##################################
hide stereotype
!definelong GCPEntityColoring(e_stereo)
skinparam rectangle<<e_stereo>> {
BackgroundColor GCP_BG_COLOR
BorderColor transparent
Shadowing false
}
!enddefinelong
' Overwriting Elements
' ##################################
!definelong GCPEntity(e_alias, e_label, e_techn, e_color, e_sprite, e_stereo)
rectangle "<color:e_color><$e_sprite></color>\n\n==e_label" <<e_stereo>> as e_alias
!enddefinelong
!definelong GCPEntity(e_alias, e_label, e_techn, e_descr, e_color, e_sprite, e_stereo)
rectangle "<color:e_color><$e_sprite></color>\n\n==e_label" <<e_stereo>> as e_alias
!enddefinelong