why I always get this?

0 votes
asked May 8, 2018 in Question / help by howard (120 points)
edited May 12, 2018 by howard

Hi,guys:

I downloaded the war and put it on my server, every thing ran well except the exported png img. Why I get this? Please help.

listfont:

1 Answer

0 votes
answered May 11, 2018 by plantuml (295,000 points)

It looks like some font issue.

Can you try:

@startuml
listfont
@enduml

And post here the result ?

Thanks

commented May 12, 2018 by howard (120 points)
img posted.
Pls check out what happened.
commented May 12, 2018 by plantuml (295,000 points)
Can you explain why you have posted two images ?
Thanks
commented May 17, 2018 by anonymous
The left one is png, the right one is svg.

I put them together for comparing
commented May 21, 2018 by plantuml (295,000 points)
Ok, understand.
There is definitively an issue with fonts on your Java installation.
Did you install is yourself ? What is your system / OS / JVM ?
commented May 27, 2018 by anonymous
I deployed it on my cloud machine.


Linux 3.10.0-514.26.2.el7.x86_64  x86_64 x86_64 x86_64 GNU/Linux


java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
...