text rendered in <math> is not scaled by scale command

0 votes
asked May 23, 2018 in Bug by raydac (140 points)

Script below renders image with x5 scale as image but text provided in <math> looks like scaled low-resolution image

@startuml

scale 5

state State

State : <math>S<=1/(F+(1-F)/N)</math>

@enduml

1 Answer

0 votes
answered May 24, 2018 by plantuml (295,000 points)
Thanks for the report.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar
...