bpmn-io / path-intersection

Computes the intersection between two SVG paths.
https://www.npmjs.com/package/path-intersection
MIT License
106 stars 9 forks source link

Fix bug in regex for scientific notation #19

Closed or closed 3 years ago

or commented 3 years ago

The stray backslash prevented parsing of path strings that include values with scientific notation, quietly claiming there was no intersection.

Closes #18 Closes #17

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

nikku commented 3 years ago

By sheer co-incidence this fixes another bug which we were not able to dig into until now: https://github.com/bpmn-io/path-intersection/issues/17 :tada:.

Thanks for so much for your PR :clap:.