feat: new macro with color support and updated readme.md

This commit is contained in:
tupadr3
2016-05-12 00:40:43 +02:00
parent c958b81f03
commit ad282a607f
893 changed files with 3647 additions and 2686 deletions

View File

@@ -35,8 +35,9 @@ sprite $eclipse [32x32/16] {
}
!define DEV_ECLIPSE(alias) ENTITY(rectangle,black,eclipse,alias,DEV ECLIPSE)
!define DEV_ECLIPSE(alias,label) ENTITY(rectangle,black,eclipse,label,alias,DEV ECLIPSE)
!define DEV_ECLIPSE(alias,label,shape) ENTITY(shape,black,eclipse,label,alias,DEV ECLIPSE)
!define DEV_ECLIPSE(_alias) ENTITY(rectangle,black,eclipse,_alias,DEV ECLIPSE)
!define DEV_ECLIPSE(_alias,_label) ENTITY(rectangle,black,eclipse,_label,_alias,DEV ECLIPSE)
!define DEV_ECLIPSE(_alias,_label,_shape) ENTITY(_shape,black,eclipse,_label,_alias,DEV ECLIPSE)
!define DEV_ECLIPSE(_alias,_label,_shape,_color) ENTITY(_shape,_color,eclipse,_label,_alias,DEV ECLIPSE)
skinparam folderBackgroundColor<<DEV ECLIPSE>> White
@enduml