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