ManimCommunity / ManimCommunity/manim
Add ``TikzTex`` MObject
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
As discussed [here](https://discord.com/channels/581738731934056449/582403919754297363/909035564030894100) you need to add `fill_opacity=0, stroke_width=3` to the `Tex` constructor for tikz to look like this:

and not like this:

This should be put in a new MObject.
Contributor guide
Research direction
Start by inspecting the existing Tex constructor and related MObject classes to determine where a TikzTex variant belongs. Implement the new MObject with the specified fill_opacity and stroke_width defaults, then verify that Tikz output matches the referenced expected appearance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100