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:
@@ -51,8 +51,9 @@ sprite $mouse_pointer [48x48/16] {
|
||||
}
|
||||
|
||||
|
||||
!define FA_MOUSE_POINTER(alias) ENTITY(rectangle,black,mouse_pointer,alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(alias,label) ENTITY(rectangle,black,mouse_pointer,label,alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(alias,label,shape) ENTITY(shape,black,mouse_pointer,label,alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(_alias) ENTITY(rectangle,black,mouse_pointer,_alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(_alias,_label) ENTITY(rectangle,black,mouse_pointer,_label,_alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(_alias,_label,_shape) ENTITY(_shape,black,mouse_pointer,_label,_alias,FA MOUSE_POINTER)
|
||||
!define FA_MOUSE_POINTER(_alias,_label,_shape,_color) ENTITY(_shape,_color,mouse_pointer,_label,_alias,FA MOUSE_POINTER)
|
||||
skinparam folderBackgroundColor<<FA MOUSE_POINTER>> White
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user