ManimCommunity / ManimCommunity/manim
Overview: support for SVG features
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
There are a bunch of SVG features that appear more or less regularly that Manim currently does not support. Missing features that have been reported at some point are collected here.
- ``-tag (-> `ImageMobject`?) -- #3577
- ``-tag (-> `Text` or `MarkupText`?) -- #1561
- [Patterns](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Patterns) -- #2944
- [Gradients](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Gradients) -- #2112
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 reviewing the listed SVG feature references and the linked issues #3577, #1561, #2944, and #2112 to understand the individual gaps. Done means implementing and validating support for the selected SVG feature in the corresponding Manim object or rendering path; the overview itself does not define a single feature scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100