lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

(URGENT) Arrowheads for direct association and generalization association should be different #73

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

Direct associations use a black-filled arrowhead while generalization associations use a non-filled arrowhead.

This is an important bug to fix.

e.g.

image

w00lf commented 3 years ago

Direct associations use a black-filled arrowhead while generalization associations use a non-filled arrowhead.

This is an important bug to fix.

e.g.

image

@ronaldtse can you please provide the source of the file you mention above(lutaml)?

opoudjis commented 3 years ago

That file is https://github.com/metanorma/metanorma-model-bipm/blob/master/models/BipmStandardDocument.wsd , but it's raw PlantUML. For an example of a file failing, see https://github.com/metanorma/metanorma-model-bsi/blob/main/images/BsiStandardDocument.png , generated from https://github.com/metanorma/metanorma-model-bsi/blob/main/views/BsiStandardDocument.lutaml

w00lf commented 3 years ago

@ronaldtse @opoudjis fixed in https://github.com/lutaml/lutaml/pull/25, released new lutaml version: 0.7.2

opoudjis commented 3 years ago

Confirmed