You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@startuml
package legend #GreenYellow/LightGoldenRodYellow {
skinparam classBackgroundColor Wheat|CornflowerBlue
A +- B
}
skinparam classBackgroundColor Yellow
C ^- D
@enduml
Result 1
Reproduce 2
@startuml
skinparam classBackgroundColor Yellow
package legend #GreenYellow/LightGoldenRodYellow {
skinparam classBackgroundColor Wheat|CornflowerBlue
A +- B
}
C ^- D
@enduml
Result 2
Expected
In both above cases A and B are Wheat|CornflowerBlue but C and D are Yellow.
The text was updated successfully, but these errors were encountered:
Unfortunately, this is very difficult to change using current implementation.
Skinparams are really global to the whole diagram.
Let us think about this...
Reproduce 1
Result 1
Reproduce 2
Result 2
Expected
In both above cases A and B are Wheat|CornflowerBlue but C and D are Yellow.
The text was updated successfully, but these errors were encountered: