Wrong colors in generated EPS file

0 votes
asked Mar 11, 2022 in Bug by anonymous

Hello,

Using PlantUML version 1.2022.2 and this source:

@startuml
A-->B:foo()
loop
A-->B: boo()
end
@enduml

I get correctly generated PNG file. But EPS file looks ugly and unreadable:https://www.dropbox.com/s/6oi9tqzcom8tug9/eps.png

Generated EPS file is here: https://www.dropbox.com/s/wtuwnyuhj7nidac/test.eps

Attempt to use "!theme" directive doesn't help much. Only "!theme plain" works fine.

1 Answer

0 votes
answered Mar 13, 2022 by plantuml (295,000 points)
 
Best answer

Thanks for the report.

This should be fixed with very last snapshot.

Tell us if you find other issues!

commented Mar 13, 2022 by anonymous
Thank you! When do you plan to release official version with this fix?
...