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