ManimCommunity / ManimCommunity/manim

Add ``TikzTex`` MObject

Open
#2,293 13 comments 1 reaction 0 assignees View on GitHub
documentation good first issue
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:
![image](https://user-images.githubusercontent.com/57909184/141643286-d969bc16-a2bc-445d-8d33-26be5ebbaa8c.png)
and not like this:
![image](https://user-images.githubusercontent.com/57909184/141643302-92eec2ea-1f74-4bee-9fdf-60e603584fba.png)

This should be put in a new MObject.

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.