Change default to non-flat stroke

This commit is contained in:
Grant Sanderson
2021-05-07 16:07:49 -07:00
parent bb72718c3b
commit d54b796154

View File

@ -52,7 +52,7 @@ class VMobject(Mobject):
"fill_shader_folder": "quadratic_bezier_fill",
# Could also be "bevel", "miter", "round"
"joint_type": "auto",
"flat_stroke": True,
"flat_stroke": False,
"render_primitive": moderngl.TRIANGLES,
"triangulation_locked": False,
"fill_dtype": [