sujoyu / plantuml-previewer

Online Plant UML editor with syntax highlighting and preview.
http://sujoyu.github.io/plantuml-previewer/
100 stars 20 forks source link

Multiplicities #2

Closed andswitch closed 6 years ago

andswitch commented 6 years ago

Multiplicities are not being handled correctly.

Test case:

@startuml
Foo *-- "2" bar
@enduml

Result on https://plantuml.nitorio.us: nitorious_us

Direct link to nitorio.us case: https://plantuml.nitorio.us/png/SoWkIImgAStDuNBBprVGqjLLK39IKd1ABE9oICrB0Oe30000

Result on http://plantuml.com/plantuml: plantuml_com

Direct link to plantuml.com case: http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBBprVGqjLLK39IKd1ABE9oICrB0Oe30000

andswitch commented 6 years ago

Probably the real issue is here: https://github.com/mmajis/plantuml-serverless/issues/4