We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Expected:
None of package elements are visible
Actual:
Package name and stereotype are visible
The text was updated successfully, but these errors were encountered: