python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.parsers.svg.importer.PathDParser Class Reference

Public Member Functions

def __init__ (self, d_string)
 
def d_subsplit (self, tok)
 
def next_token (self)
 
def next_vec (self)
 
def cur_vec (self)
 
def parse (self)
 

Public Attributes

 path
 
 paths
 
 p
 
 la
 
 la_type
 
 tokens
 
 add_p
 
 implicit
 

Detailed Description

Definition at line 974 of file importer.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.parsers.svg.importer.PathDParser.__init__ (   self,
  d_string 
)

Definition at line 981 of file importer.py.

Member Function Documentation

◆ cur_vec()

def lottie.parsers.svg.importer.PathDParser.cur_vec (   self)

Definition at line 1012 of file importer.py.

◆ d_subsplit()

def lottie.parsers.svg.importer.PathDParser.d_subsplit (   self,
  tok 
)

Definition at line 991 of file importer.py.

◆ next_token()

def lottie.parsers.svg.importer.PathDParser.next_token (   self)

Definition at line 996 of file importer.py.

◆ next_vec()

def lottie.parsers.svg.importer.PathDParser.next_vec (   self)

Definition at line 1007 of file importer.py.

◆ parse()

def lottie.parsers.svg.importer.PathDParser.parse (   self)

Definition at line 1017 of file importer.py.

Member Data Documentation

◆ add_p

lottie.parsers.svg.importer.PathDParser.add_p

Definition at line 988 of file importer.py.

◆ implicit

lottie.parsers.svg.importer.PathDParser.implicit

Definition at line 989 of file importer.py.

◆ la

lottie.parsers.svg.importer.PathDParser.la

Definition at line 985 of file importer.py.

◆ la_type

lottie.parsers.svg.importer.PathDParser.la_type

Definition at line 986 of file importer.py.

◆ p

lottie.parsers.svg.importer.PathDParser.p

Definition at line 984 of file importer.py.

◆ path

lottie.parsers.svg.importer.PathDParser.path

Definition at line 982 of file importer.py.

◆ paths

lottie.parsers.svg.importer.PathDParser.paths

Definition at line 983 of file importer.py.

◆ tokens

lottie.parsers.svg.importer.PathDParser.tokens

Definition at line 987 of file importer.py.


The documentation for this class was generated from the following file: