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 $stackoverflow [32x32/16] {
|
||||
}
|
||||
|
||||
|
||||
!define DEV_STACKOVERFLOW(alias) ENTITY(rectangle,black,stackoverflow,alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(alias,label) ENTITY(rectangle,black,stackoverflow,label,alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(alias,label,shape) ENTITY(shape,black,stackoverflow,label,alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(_alias) ENTITY(rectangle,black,stackoverflow,_alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(_alias,_label) ENTITY(rectangle,black,stackoverflow,_label,_alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(_alias,_label,_shape) ENTITY(_shape,black,stackoverflow,_label,_alias,DEV STACKOVERFLOW)
|
||||
!define DEV_STACKOVERFLOW(_alias,_label,_shape,_color) ENTITY(_shape,_color,stackoverflow,_label,_alias,DEV STACKOVERFLOW)
|
||||
skinparam folderBackgroundColor<<DEV STACKOVERFLOW>> White
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user