MaxArt2501 / MaxArt2501/d-path-parser

Parser lost zero point

Open
#1 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.