You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In class diagrams, the cardinalities are misplaced in version 8.6.0
To Reproduce
Steps to reproduce the behavior:
Create a class diagram with 2 classes along with "1" <-- "1..*" cardinality
Example markup:
classDiagram
abc "1" <-- "1..*" def
class abc {
serial id [PK] 🔑
date date
varchar<8> mva
varchar<50> location
varchar<17> unit_id
timestamp created_at
timestamp updated_at
}
class def {
serial id [PK] 🔑
integer person_id
text[] types
text[] conditions
varchar<36> type
integer altitude
text remarks
timestamp created_at
timestamp updated_at
}
Loading
Expected behavior
The cardinality is placed at the intersection of the class and the arrows
Screenshots
8.5.3 😄
8.6.0 😢
Desktop (please complete the following information):
OS: Mac Cataline
Browser Firefox
Version 78.0.2
The text was updated successfully, but these errors were encountered:
Describe the bug
In class diagrams, the cardinalities are misplaced in version 8.6.0
To Reproduce
Steps to reproduce the behavior:
"1" <-- "1..*"
cardinalityExample markup:
Expected behavior
The cardinality is placed at the intersection of the class and the arrows
Screenshots
8.5.3 😄
8.6.0 😢
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: