Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skinparam FontColor for package is ignored #70

Open
kiwaa opened this issue Jul 15, 2023 · 0 comments
Open

Skinparam FontColor for package is ignored #70

kiwaa opened this issue Jul 15, 2023 · 0 comments

Comments

@kiwaa
Copy link

kiwaa commented Jul 15, 2023

JS version does not respect packageFontColor and packageStereotypeFontColor (both still could be seen)

https://plantuml.github.io/plantuml-core/raw.html?ROun3i8m34NtdC8ZY2jKbKgbJWmCNC1DJ5KLuiXnXWZbxeIA2J9uUUzP-d5RVK319mIq6oxKTHVCdBJluMK0PXP7ClA31Mw2FjQOl7vCxHVXv5tBJkornQEI46iEr2wACTyXWF2pPVNr-OwMO9YZ2bgTwh7atPvW54Abgx1BLeV3yH-UTrXCUGC0

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant