Hello. Not sure if this is a bug but having upgraded to V1.2020.13, exporting an activity diagram as a PDF throws an error and no file is generated. Using the same diagram and dependencies from
http://beta.plantuml.net/batikAndFop.zip works okay with the V1.2020.08 jar.
Test code:
@startuml
start
:Hello World;
stop
@enduml
I've set the new PLANTUML_SECURITY_PROFILE as explicitly LEGACY and tried using the latest versions of the dependencies in the zip file but no joy. Any help would be appreciated. Thanks.