manim 0.18.0__tar.gz → 0.18.0.post0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of manim might be problematic. Click here for more details.

Files changed (216) hide show
  1. {manim-0.18.0 → manim-0.18.0.post0}/PKG-INFO +1 -1
  2. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/svg/svg_mobject.py +8 -10
  3. {manim-0.18.0 → manim-0.18.0.post0}/pyproject.toml +1 -1
  4. {manim-0.18.0 → manim-0.18.0.post0}/LICENSE +0 -0
  5. {manim-0.18.0 → manim-0.18.0.post0}/LICENSE.community +0 -0
  6. {manim-0.18.0 → manim-0.18.0.post0}/README.md +0 -0
  7. {manim-0.18.0 → manim-0.18.0.post0}/manim/__init__.py +0 -0
  8. {manim-0.18.0 → manim-0.18.0.post0}/manim/__main__.py +0 -0
  9. {manim-0.18.0 → manim-0.18.0.post0}/manim/_config/__init__.py +0 -0
  10. {manim-0.18.0 → manim-0.18.0.post0}/manim/_config/cli_colors.py +0 -0
  11. {manim-0.18.0 → manim-0.18.0.post0}/manim/_config/default.cfg +0 -0
  12. {manim-0.18.0 → manim-0.18.0.post0}/manim/_config/logger_utils.py +0 -0
  13. {manim-0.18.0 → manim-0.18.0.post0}/manim/_config/utils.py +0 -0
  14. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/__init__.py +0 -0
  15. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/animation.py +0 -0
  16. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/changing.py +0 -0
  17. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/composition.py +0 -0
  18. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/creation.py +0 -0
  19. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/fading.py +0 -0
  20. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/growing.py +0 -0
  21. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/indication.py +0 -0
  22. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/movement.py +0 -0
  23. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/numbers.py +0 -0
  24. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/rotation.py +0 -0
  25. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/specialized.py +0 -0
  26. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/speedmodifier.py +0 -0
  27. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/transform.py +0 -0
  28. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/transform_matching_parts.py +0 -0
  29. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/updaters/__init__.py +0 -0
  30. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/updaters/mobject_update_utils.py +0 -0
  31. {manim-0.18.0 → manim-0.18.0.post0}/manim/animation/updaters/update.py +0 -0
  32. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/__init__.py +0 -0
  33. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/camera.py +0 -0
  34. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/mapping_camera.py +0 -0
  35. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/moving_camera.py +0 -0
  36. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/multi_camera.py +0 -0
  37. {manim-0.18.0 → manim-0.18.0.post0}/manim/camera/three_d_camera.py +0 -0
  38. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/__init__.py +0 -0
  39. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/cfg/__init__.py +0 -0
  40. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/cfg/group.py +0 -0
  41. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/checkhealth/__init__.py +0 -0
  42. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/checkhealth/checks.py +0 -0
  43. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/checkhealth/commands.py +0 -0
  44. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/default_group.py +0 -0
  45. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/init/__init__.py +0 -0
  46. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/init/commands.py +0 -0
  47. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/new/__init__.py +0 -0
  48. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/new/group.py +0 -0
  49. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/plugins/__init__.py +0 -0
  50. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/plugins/commands.py +0 -0
  51. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/__init__.py +0 -0
  52. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/commands.py +0 -0
  53. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/ease_of_access_options.py +0 -0
  54. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/global_options.py +0 -0
  55. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/output_options.py +0 -0
  56. {manim-0.18.0 → manim-0.18.0.post0}/manim/cli/render/render_options.py +0 -0
  57. {manim-0.18.0 → manim-0.18.0.post0}/manim/constants.py +0 -0
  58. {manim-0.18.0 → manim-0.18.0.post0}/manim/gui/__init__.py +0 -0
  59. {manim-0.18.0 → manim-0.18.0.post0}/manim/gui/gui.py +0 -0
  60. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/__init__.py +0 -0
  61. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/frame.py +0 -0
  62. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/__init__.py +0 -0
  63. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/arc.py +0 -0
  64. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/boolean_ops.py +0 -0
  65. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/labeled.py +0 -0
  66. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/line.py +0 -0
  67. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/polygram.py +0 -0
  68. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/shape_matchers.py +0 -0
  69. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/geometry/tips.py +0 -0
  70. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graph.py +0 -0
  71. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/__init__.py +0 -0
  72. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/coordinate_systems.py +0 -0
  73. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/functions.py +0 -0
  74. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/number_line.py +0 -0
  75. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/probability.py +0 -0
  76. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/graphing/scale.py +0 -0
  77. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/logo.py +0 -0
  78. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/matrix.py +0 -0
  79. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/mobject.py +0 -0
  80. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/__init__.py +0 -0
  81. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/dot_cloud.py +0 -0
  82. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_compatibility.py +0 -0
  83. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_geometry.py +0 -0
  84. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_image_mobject.py +0 -0
  85. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_mobject.py +0 -0
  86. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_point_cloud_mobject.py +0 -0
  87. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_surface.py +0 -0
  88. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_three_dimensions.py +0 -0
  89. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/opengl/opengl_vectorized_mobject.py +0 -0
  90. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/svg/__init__.py +0 -0
  91. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/svg/brace.py +0 -0
  92. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/table.py +0 -0
  93. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/text/__init__.py +0 -0
  94. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/text/code_mobject.py +0 -0
  95. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/text/numbers.py +0 -0
  96. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/text/tex_mobject.py +0 -0
  97. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/text/text_mobject.py +0 -0
  98. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/three_d/__init__.py +0 -0
  99. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/three_d/polyhedra.py +0 -0
  100. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/three_d/three_d_utils.py +0 -0
  101. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/three_d/three_dimensions.py +0 -0
  102. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/types/__init__.py +0 -0
  103. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/types/image_mobject.py +0 -0
  104. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/types/point_cloud_mobject.py +0 -0
  105. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/types/vectorized_mobject.py +0 -0
  106. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/utils.py +0 -0
  107. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/value_tracker.py +0 -0
  108. {manim-0.18.0 → manim-0.18.0.post0}/manim/mobject/vector_field.py +0 -0
  109. {manim-0.18.0 → manim-0.18.0.post0}/manim/opengl/__init__.py +0 -0
  110. {manim-0.18.0 → manim-0.18.0.post0}/manim/plugins/__init__.py +0 -0
  111. {manim-0.18.0 → manim-0.18.0.post0}/manim/plugins/import_plugins.py +0 -0
  112. {manim-0.18.0 → manim-0.18.0.post0}/manim/plugins/plugins_flags.py +0 -0
  113. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/__init__.py +0 -0
  114. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/cairo_renderer.py +0 -0
  115. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/opengl_renderer.py +0 -0
  116. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/opengl_renderer_window.py +0 -0
  117. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shader.py +0 -0
  118. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shader_wrapper.py +0 -0
  119. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/default/frag.glsl +0 -0
  120. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/default/vert.glsl +0 -0
  121. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/design.frag +0 -0
  122. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/design_2.frag +0 -0
  123. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/design_3.frag +0 -0
  124. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/image/frag.glsl +0 -0
  125. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/image/vert.glsl +0 -0
  126. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/NOTE.md +0 -0
  127. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/add_light.glsl +0 -0
  128. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/camera_uniform_declarations.glsl +0 -0
  129. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/finalize_color.glsl +0 -0
  130. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/get_gl_Position.glsl +0 -0
  131. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/get_rotated_surface_unit_normal_vector.glsl +0 -0
  132. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/get_unit_normal.glsl +0 -0
  133. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/position_point_into_frame.glsl +0 -0
  134. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/quadratic_bezier_distance.glsl +0 -0
  135. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/include/quadratic_bezier_geometry_functions.glsl +0 -0
  136. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/manim_coords/frag.glsl +0 -0
  137. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/manim_coords/vert.glsl +0 -0
  138. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_fill/frag.glsl +0 -0
  139. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_fill/geom.glsl +0 -0
  140. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_fill/vert.glsl +0 -0
  141. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_stroke/frag.glsl +0 -0
  142. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_stroke/geom.glsl +0 -0
  143. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/quadratic_bezier_stroke/vert.glsl +0 -0
  144. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/simple_vert.glsl +0 -0
  145. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/surface/frag.glsl +0 -0
  146. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/surface/vert.glsl +0 -0
  147. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/test/frag.glsl +0 -0
  148. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/test/vert.glsl +0 -0
  149. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/textured_surface/frag.glsl +0 -0
  150. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/textured_surface/vert.glsl +0 -0
  151. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/true_dot/frag.glsl +0 -0
  152. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/true_dot/geom.glsl +0 -0
  153. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/true_dot/vert.glsl +0 -0
  154. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vectorized_mobject_fill/frag.glsl +0 -0
  155. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vectorized_mobject_fill/vert.glsl +0 -0
  156. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vectorized_mobject_stroke/frag.glsl +0 -0
  157. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vectorized_mobject_stroke/vert.glsl +0 -0
  158. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vertex_colors/frag.glsl +0 -0
  159. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/shaders/vertex_colors/vert.glsl +0 -0
  160. {manim-0.18.0 → manim-0.18.0.post0}/manim/renderer/vectorized_mobject_rendering.py +0 -0
  161. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/__init__.py +0 -0
  162. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/moving_camera_scene.py +0 -0
  163. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/scene.py +0 -0
  164. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/scene_file_writer.py +0 -0
  165. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/section.py +0 -0
  166. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/three_d_scene.py +0 -0
  167. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/vector_space_scene.py +0 -0
  168. {manim-0.18.0 → manim-0.18.0.post0}/manim/scene/zoomed_scene.py +0 -0
  169. {manim-0.18.0 → manim-0.18.0.post0}/manim/templates/Axes.mtp +0 -0
  170. {manim-0.18.0 → manim-0.18.0.post0}/manim/templates/Default.mtp +0 -0
  171. {manim-0.18.0 → manim-0.18.0.post0}/manim/templates/MovingCamera.mtp +0 -0
  172. {manim-0.18.0 → manim-0.18.0.post0}/manim/templates/template.cfg +0 -0
  173. {manim-0.18.0 → manim-0.18.0.post0}/manim/typing.py +0 -0
  174. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/__init__.py +0 -0
  175. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/bezier.py +0 -0
  176. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/caching.py +0 -0
  177. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/AS2700.py +0 -0
  178. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/BS381.py +0 -0
  179. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/X11.py +0 -0
  180. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/XKCD.py +0 -0
  181. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/__init__.py +0 -0
  182. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/core.py +0 -0
  183. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/color/manim_colors.py +0 -0
  184. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/commands.py +0 -0
  185. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/config_ops.py +0 -0
  186. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/debug.py +0 -0
  187. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/deprecation.py +0 -0
  188. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/docbuild/__init__.py +0 -0
  189. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/docbuild/autocolor_directive.py +0 -0
  190. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/docbuild/manim_directive.py +0 -0
  191. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/exceptions.py +0 -0
  192. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/family.py +0 -0
  193. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/family_ops.py +0 -0
  194. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/file_ops.py +0 -0
  195. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/hashing.py +0 -0
  196. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/images.py +0 -0
  197. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/ipython_magic.py +0 -0
  198. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/iterables.py +0 -0
  199. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/module_ops.py +0 -0
  200. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/opengl.py +0 -0
  201. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/paths.py +0 -0
  202. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/rate_functions.py +0 -0
  203. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/simple_functions.py +0 -0
  204. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/sounds.py +0 -0
  205. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/space_ops.py +0 -0
  206. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/__init__.py +0 -0
  207. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/_frames_testers.py +0 -0
  208. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/_show_diff.py +0 -0
  209. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/_test_class_makers.py +0 -0
  210. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/config_graphical_tests_monoframe.cfg +0 -0
  211. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/config_graphical_tests_multiframes.cfg +0 -0
  212. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/testing/frames_comparison.py +0 -0
  213. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/tex.py +0 -0
  214. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/tex_file_writing.py +0 -0
  215. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/tex_templates.py +0 -0
  216. {manim-0.18.0 → manim-0.18.0.post0}/manim/utils/unit.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: manim
3
- Version: 0.18.0
3
+ Version: 0.18.0.post0
4
4
  Summary: Animation engine for explanatory math videos.
5
5
  Home-page: https://www.manim.community/
6
6
  License: MIT
@@ -510,17 +510,15 @@ class VMobjectFromSVGPath(VMobject, metaclass=ConvertToOpenGL):
510
510
  all_points: list[np.ndarray] = []
511
511
  last_move = None
512
512
  curve_start = None
513
+ last_true_move = None
513
514
 
514
- # These lambdas behave the same as similar functions in
515
- # vectorized_mobject, except they add to a list of points instead
516
- # of updating this Mobject's numpy array of points. This way,
517
- # we don't observe O(n^2) behavior for complex paths due to
518
- # numpy's need to re-allocate memory on every append.
519
- def move_pen(pt):
520
- nonlocal last_move, curve_start
515
+ def move_pen(pt, *, true_move: bool = False):
516
+ nonlocal last_move, curve_start, last_true_move
521
517
  last_move = pt
522
518
  if curve_start is None:
523
519
  curve_start = last_move
520
+ if true_move:
521
+ last_true_move = last_move
524
522
 
525
523
  if self.n_points_per_curve == 4:
526
524
 
@@ -568,7 +566,7 @@ class VMobjectFromSVGPath(VMobject, metaclass=ConvertToOpenGL):
568
566
  for segment in self.path_obj:
569
567
  segment_class = segment.__class__
570
568
  if segment_class == se.Move:
571
- move_pen(_convert_point_to_3d(*segment.end))
569
+ move_pen(_convert_point_to_3d(*segment.end), true_move=True)
572
570
  elif segment_class == se.Line:
573
571
  add_line(last_move, _convert_point_to_3d(*segment.end))
574
572
  elif segment_class == se.QuadraticBezier:
@@ -588,8 +586,8 @@ class VMobjectFromSVGPath(VMobject, metaclass=ConvertToOpenGL):
588
586
  # If the SVG path naturally ends at the beginning of the curve,
589
587
  # we do *not* need to draw a closing line. To account for floating
590
588
  # point precision, we use a small value to compare the two points.
591
- if abs(np.linalg.norm(last_move - curve_start)) > 0.0001:
592
- add_line(last_move, curve_start)
589
+ if abs(np.linalg.norm(last_move - last_true_move)) > 0.0001:
590
+ add_line(last_move, last_true_move)
593
591
  curve_start = None
594
592
  else:
595
593
  raise AssertionError(f"Not implemented: {segment_class}")
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "manim"
3
- version = "0.18.0"
3
+ version = "0.18.0.post0"
4
4
  description = "Animation engine for explanatory math videos."
5
5
  authors = ["The Manim Community Developers <contact@manim.community>", "3b1b <grant@3blue1brown.com>"]
6
6
  license="MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes