system-flow-card
system-flow-card copied to clipboard
Remove commas from svg path definitions
Comma isn't valid in the d attribute of path elements and although it works in Chrome/Safari, it breaks in Firefox.
see https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path
This fixes #49