bpmn-io / bpmn-io/path-intersection
parsePathString does not fully implement arc BNF
Open
backlog
enhancement
pr welcome
- Dominant language
- JavaScript
- Stars
- 121
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
According to elliptical-arc-argument BNF in [this section](https://www.w3.org/TR/SVG11/paths.html#PathDataBNF)
elliptical-arc-argument:there could be nothing between two flags, but `parsePathString` does not support. Could be possible to implement this syntax?
nonnegative-number comma-wsp? nonnegative-number comma-wsp?
number comma-wsp flag comma-wsp? flag comma-wsp? coordinate-pair
Contributor guide
Assessment
This issue has not been assessed yet.