4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python1,152 forks (1,152 forks)batch import
bughelp wantedrelease blocker 0.2.5
Repository metrics
- Stars
- 9,831 stars (9,831 stars)
- PR merge metrics
- Avg merge 9d 12h (Avg merge 9d 12h)116 merged PRs in 30d (116 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the vis.svg function in visdom's source code (likely in vis.py or similar). Check how the SVG file is read and passed to the frontend. Reproduce the error with the provided test SVG. Look at JavaScript console errors to identify parsing or rendering issues. Review any existing comments or linked issues for hints. Potential fix areas include the backend SVG handling or frontend JavaScript for rendering SVG.
- Tech stack
- pythonjavascript
- Domain
- datafrontend
- Issue type
- Bug
- Prerequisites
- Basic PythonBasic JavaScriptUnderstanding of SVG