UnsupportedOperationException: AtomWithMargin

0 votes
asked Aug 27, 2019 in Bug by dlidstrom (240 points)
This diagram fails with UnsupportedOperationException. I've tested with the online version.

@startuml

skinparam wrapWidth 200

rectangle PlanProduct {
    rectangle planProduct_qpt
    note left of planProduct_qpt
    |_ abc
    end note
}

@enduml

http://www.plantuml.com/plantuml/png/ROun3i8m34Ltdy97g3X1Zn0a9CR896w9I9tWkc80xawK9Gj_-b_l3N_UZTIEBUFPNNmIurN9KX60_P6aajA6BwLwJT7kU9ec0ELW96jcT9d4QOb7C7m3jWnM1_FFQfrACSRCYs5P_WeVZtGBlRB4xiCNO6wZVOGV

1 Answer

0 votes
answered Aug 27, 2019 by plantuml (295,000 points)
selected Aug 28, 2019 by dlidstrom
 
Best answer
Thanks for the feedback.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar and in the online server
commented Aug 28, 2019 by dlidstrom (240 points)
Works fine, thanks!
...