Mobjects generated from an SVG pathstring.
Classes
Pure alias of SVGPathMobject, retained for backwards compatibility |
Functions
string_to_numbers
(num_string)[source]¶Parse the SVG string representing a sequence of numbers into an array of floats.
num_string (str
) – String representing a sequence of numbers, separated by commas, spaces, etc.
List of float values parsed out of the string.
list(float)