-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AddBoundaryTag not working with PlantUML 1.2025 #385
Comments
Hi @cmanique-sn, based on #386 I opened the theme,md page and saw the description and legend is not displayed at all. I have to check it. Related to your sample: Can you please describe your finding in more details (that I don't oversee one point) and add a source sample that I can try to reproduce/check all points after my fixes? for me it looks like that
Did I oversee something? Or do you also mean that the layout is changed too? (Or is it related to changed data?) Thank you |
I checked the not working image, and it looks like a cached image of an older temporary not working PlantUML server, and I assume it will work at least in 5 days.
I checked the file on my machine with following jar files and all was working:
|
The problem can be reproduced with following sample:
@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
AddBoundaryTag("v1", $bgColor="lightgreen", $fontColor="green", $borderColor="green")
System_Boundary(c1, "Internet Banking", $tags="v1") {
}
@enduml based on that I can create different preproc files (my file is called test.puml) and generated both with v.1.2025.0:
==> the intermedia file "2025.0\Test.preproc" is the "problem/difference" and therefore a gray image is created. I created an entry in Forum @cmanique-sn: did I found your problem? Or does the other tags work for you? |
@kirchsth thanks for the investigation. |
Hi @cmanique-sn, the latest PlantUML version (v1.2025.2beta3) has a fix for the problem. Thank you (For me the colors are OK now, I have only the feeling that the png "fonts" are not so "clean" anymore but this could be a wrong impression) |
Hello,
I have some diagrams in which boundaries are being customized, i.e.:
AddBoundaryTag(893196ca3513154cc642197d, $bgColor="#c9d7f51A", $borderColor="#8c96ab", $fontColor="#8c96ab")
Up to PlantUML 1.2024.8 this works as expected:
With PlantUML 1.2025, the following is observed:
There's nothing really pressuring the move to 1.2025, but would like to raise the issue as this really breaks layout, and the verification is pretty much manual.
Thanks
The text was updated successfully, but these errors were encountered: