MaxArt2501 / MaxArt2501/d-path-parser
Parser lost zero point
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
<svg viewBox="0 0 2000 2000">
<path d="M0,0 H124.659 V71.565 H0 Z"/>
</svg>
Parser lost second horizontal point "H0" in the result array.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the parser output with the SVG path data shown in the issue, especially the H0 command. Trace how the JavaScript parser handles the second horizontal point and consider the issue done when H0 is preserved in the result array without breaking the other commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100