microsoft / microsoft/maker.js
Grouping Paths
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 302
- Avg merge
- 21h 28m
- Merged PRs (30d)
- 5
Description
Hello,
We are using makerjs in our project. We are importing SVG paths combining together and exporting as DXF. But we want to group each svg path to a group.
Currently it is exporting all lines, circles etc.. in SVG path as an separate element. Can we export DXF with AutoCad like grouping function?
Thanks
Contributor guide
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
The issue mentions importing SVG paths and exporting DXF, but names no files or tests. Start by locating the SVG import and DXF export entry points, then inspect how imported path elements are represented. Done would require a defined grouping behavior, an agreed DXF representation, and a regression test covering grouped paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100