Curved edges

This commit is contained in:
Knut Sveidqvist
2022-07-29 15:06:21 +02:00
parent 00fe5d477d
commit ffe520db06
5 changed files with 134 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ const getStyles = (options) =>
stroke-width: 3;
}
${genSections(options)}
.section-root rect, .section-root path {
.section-root rect, .section-root path, .section-root circle {
fill: ${options.git0};
}
.section-root text {
@@ -65,6 +65,8 @@ const getStyles = (options) =>
justify-content: center;
align-items: center;
}
.edge {
fill: none;
}
`;
export default getStyles;