Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce edge marker as cardinality icon #319

Merged
merged 10 commits into from
Dec 19, 2024
Prev Previous commit
Next Next commit
chore: Adjust cardinality marker position
sasamuku committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b5d8588dba51ae8e11ababd8cfa3a132443d0ec5
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@

.handle[data-handlepos='right'] {
transform: translate(50%, 0%);
right: -20px;
right: -17px;
}

.handle[data-handlepos='left'] {
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export const CardinalityZeroOrManyLeftMarker: FC<MarkerProps> = ({
viewBox="0 0 22 16"
markerWidth="22"
markerHeight="16"
refX="11"
refX="0"
refY="8"
orient="auto"
{...props}
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export const CardinalityZeroOrOneLeftMarker: FC<MarkerProps> = ({
viewBox="0 0 22 16"
markerWidth="22"
markerHeight="16"
refX="11"
refX="0"
refY="8"
orient="auto"
{...props}
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export const CardinalityZeroOrOneRightMarker: FC<MarkerProps> = ({
viewBox="0 0 23 16"
markerWidth="23"
markerHeight="16"
refX="11.5"
refX="20"
refY="8"
orient="auto"
{...props}