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