flyrmyr / system-flow-card

A system flow card inspired by the official Energy Distribution card for Home Assistant
41 stars 2 forks source link

Remove commas from svg path definitions #74

Open 20after4 opened 5 months ago

20after4 commented 5 months ago

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