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 @@ AFC000009DCCFFD60000008B00000000
}
!define DEV_SASS(alias) ENTITY(rectangle,black,sass,alias,DEV SASS)
!define DEV_SASS(alias,label) ENTITY(rectangle,black,sass,label,alias,DEV SASS)
!define DEV_SASS(alias,label,shape) ENTITY(shape,black,sass,label,alias,DEV SASS)
!define DEV_SASS(_alias) ENTITY(rectangle,black,sass,_alias,DEV SASS)
!define DEV_SASS(_alias,_label) ENTITY(rectangle,black,sass,_label,_alias,DEV SASS)
!define DEV_SASS(_alias,_label,_shape) ENTITY(_shape,black,sass,_label,_alias,DEV SASS)
!define DEV_SASS(_alias,_label,_shape,_color) ENTITY(_shape,_color,sass,_label,_alias,DEV SASS)
skinparam folderBackgroundColor<<DEV SASS>> White
@enduml