SVG improvements
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 146
- Forks
- 23
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 7
Description
- The
widthneeds quotation marks around its value:<svg width="...">. This does not seem to be a problem in a browser but inkscape can't display it. - Optimise the boxes to not create faces that are hidden underneath other faces. And maybe draw it as one big box with lines instead of many small ones.
- Spacing of labels
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
Start by locating the SVG generation entry point and reproduce the current output in Inkscape, where the unquoted width causes a display problem. Review the generated boxes and label spacing, then verify that the output uses quoted width values, avoids unnecessary hidden faces, and has improved label spacing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100