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 $ruby_rough [32x32/16] {
}
!define DEV_RUBY_ROUGH(alias) ENTITY(rectangle,black,ruby_rough,alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(alias,label) ENTITY(rectangle,black,ruby_rough,label,alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(alias,label,shape) ENTITY(shape,black,ruby_rough,label,alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(_alias) ENTITY(rectangle,black,ruby_rough,_alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(_alias,_label) ENTITY(rectangle,black,ruby_rough,_label,_alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(_alias,_label,_shape) ENTITY(_shape,black,ruby_rough,_label,_alias,DEV RUBY_ROUGH)
!define DEV_RUBY_ROUGH(_alias,_label,_shape,_color) ENTITY(_shape,_color,ruby_rough,_label,_alias,DEV RUBY_ROUGH)
skinparam folderBackgroundColor<<DEV RUBY_ROUGH>> White
@enduml