Fix syntax error

This commit is contained in:
yari-dewalt
2025-02-26 08:45:12 -08:00
parent ae0fcbfb8b
commit 840a197044

View File

@@ -398,6 +398,8 @@ const zero_or_more = (elem, type, id) => {
.attr('orient', 'auto');
endMarker.append('circle').attr('fill', 'white').attr('cx', 9).attr('cy', 18).attr('r', 6);
endMarker.append('path').attr('d', 'M21,18 Q39,0 57,18 Q39,36 21,18');
};
const requirement_arrow = (elem, type, id) => {
elem
.append('defs')