-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
Smetana is not supporting colors in UML #1702
Comments
updated: I think smetana and ellk have the same skinparam related problem (skinparam ignored by arrows, and considered by e.g. rectangles)
Thank you and BR |
Hello @arnaudroques, and all contributors, Here is a minimal not working example: @startuml
'!pragma layout smetana
<style>
.a {
LineThickness 3
Linecolor red
}
</style>
card a
a -> b <<a>>
@enduml
Observed on If that can help for debugging... |
FYI, it is the logical continuation of: @plantuml team:
|
@arnaudroques: Thank a lot for the correction. [FYI @kirchsth] Regards, |
FYI @kirchsth, It is planned to deliver this correction in a next release scheduled for this weekend... Regards, |
Sorry @arnaudroques:
@startuml
!pragma layout elk
<style>
.a {
LineThickness 3
Linecolor red
}
</style>
card a
a -> b <<a>>
@enduml Currently, on the plantuml server, it seems that we observed: Ref. : |
It exists an issue for it: https://forum.plantuml.net/15676/layout-elk-fails-with-nullpointerexception?show=15676 |
Hi @arnaudroques, if you don't have a local version of the Thank you and best regards |
HI @arnaudroques, I tried to merge the smetana fix to elk and during that I found out that the font color with smetana layout is not set, can you try to fix this too. Thank you and BR Helmut |
Smetana/Elk and $FonColor are working in too snapshot (~v1.2024.6beta8) (details see mentions above), I think it can be closed. |
When using
!pragma layout smetana
, relation tags formatting is ignored.Example of a simple diagram:
The text was updated successfully, but these errors were encountered: