mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-05-05 07:43:05 +00:00
feat: new macro with color support and updated readme.md
This commit is contained in:
@@ -35,8 +35,9 @@ sprite $trello [32x32/16] {
|
||||
}
|
||||
|
||||
|
||||
!define DEV_TRELLO(alias) ENTITY(rectangle,black,trello,alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(alias,label) ENTITY(rectangle,black,trello,label,alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(alias,label,shape) ENTITY(shape,black,trello,label,alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(_alias) ENTITY(rectangle,black,trello,_alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(_alias,_label) ENTITY(rectangle,black,trello,_label,_alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(_alias,_label,_shape) ENTITY(_shape,black,trello,_label,_alias,DEV TRELLO)
|
||||
!define DEV_TRELLO(_alias,_label,_shape,_color) ENTITY(_shape,_color,trello,_label,_alias,DEV TRELLO)
|
||||
skinparam folderBackgroundColor<<DEV TRELLO>> White
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user