We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a84ec6 commit a57fb69Copy full SHA for a57fb69
manim/_config/__init__.py
@@ -36,6 +36,8 @@
36
logging.getLogger("matplotlib").setLevel(logging.INFO)
37
38
config = ManimConfig().digest_parser(parser)
39
+# TODO: to be used in the future - see PR #620
40
+# https://github.com/ManimCommunity/manim/pull/620
41
frame = ManimFrame(config)
42
43
manim/_config/utils.py
@@ -1793,6 +1793,8 @@ def plugins(self, value: list[str]):
1793
self._d["plugins"] = value
1794
1795
1796
1797
1798
class ManimFrame(Mapping):
1799
_OPTS: ClassVar[set[str]] = {
1800
"pixel_width",
0 commit comments