Cannot combine "skinparam wrapWidth" with icons

0 votes
asked Sep 19, 2019 in Question / help by kirchsth
If I combine "skinparam wrapWidth" with an OpenIcon in a rectangle I get an exception with "cannot parse result from dot/GraphViz" message.

Eg. following sample creates the exception

@startuml
skinparam wrapWidth 200
rectangle "Wifi <&wifi>" as wifi
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhEpimhI2nAp5KeBqei2CzCASbGC38mu2fAJIv9p4lFILLG2izCorImKIi7KdPA2ed52Y0MbqDgNWhG0000

1 Answer

0 votes
answered Sep 19, 2019 by plantuml (295,000 points)
Thanks for the feedback

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

Tell us if it's not working for you !
commented Sep 21, 2019 by kirchsth
Thank you for the fast response, it is working.
...