bpmn-io / bpmn-io/path-intersection

parsePathString does not fully implement arc BNF

Open
#21 1 comment 0 reactions 0 assignees View on GitHub
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:

nonnegative-number comma-wsp? nonnegative-number comma-wsp?
number comma-wsp flag comma-wsp? flag comma-wsp? coordinate-pair
there could be nothing between two flags, but `parsePathString` does not support. Could be possible to implement this syntax?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.