-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
JS version does not respect packageFontColor and packageStereotypeFontColor (both still could be seen)
@startuml
skinparam package<<Layout>> {
borderColor Transparent
backgroundColor Transparent
FontColor Transparent
stereotypeFontColor Transparent
}
package a <<Layout>> {
interface AbstractFactory {
+ CreateProductA()
+ CreateProductB()
}
}
@enduml
Expected:
None of package elements are visible
Actual:
Package name and stereotype are visible
Metadata
Metadata
Assignees
Labels
No labels