eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

Add diagram style for class and use case diagram #29

Closed planger closed 5 years ago

planger commented 5 years ago

This covers the class diagram part of #15

image

As well as the use case diagram part of #15 image

planger commented 5 years ago

@tortmayr Thanks a lot for the feedback! Interesting, it seems that the lineColor property is largely ignored for comments and constraints and is only rarely picked up correctly. Effectively, we have this in the stylesheet which should be consistent across all diagrams:

Comment, Constraint {
    lineColor: #FFEA00;
}

Even though I'd prefer a colored border too, I'd rather specify no border color, to at least ensure consistency. What do you think?

tortmayr commented 5 years ago

LGTM