python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.funky_parser.SvgShape Class Reference

Public Member Functions

def __init__ (self, file, phrase, feature_map, main_feature, facing_direction, SvgLoader svg_loader)
 
def callback (self, Parser parser, ShapeData shape_data)
 
def match (self, parent, Parser parser, ShapeData shape_data)
 

Public Attributes

 file
 
 phrase
 
 feature_map
 
 main_feature
 
 facing_direction
 
 svg_loader
 

Detailed Description

Definition at line 1372 of file funky_parser.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.utils.funky_parser.SvgShape.__init__ (   self,
  file,
  phrase,
  feature_map,
  main_feature,
  facing_direction,
SvgLoader  svg_loader 
)

Definition at line 1373 of file funky_parser.py.

Member Function Documentation

◆ callback()

def lottie.utils.funky_parser.SvgShape.callback (   self,
Parser  parser,
ShapeData  shape_data 
)

Definition at line 1384 of file funky_parser.py.

◆ match()

def lottie.utils.funky_parser.SvgShape.match (   self,
  parent,
Parser  parser,
ShapeData  shape_data 
)

Definition at line 1398 of file funky_parser.py.

Member Data Documentation

◆ facing_direction

lottie.utils.funky_parser.SvgShape.facing_direction

Definition at line 1381 of file funky_parser.py.

◆ feature_map

lottie.utils.funky_parser.SvgShape.feature_map

Definition at line 1376 of file funky_parser.py.

◆ file

lottie.utils.funky_parser.SvgShape.file

Definition at line 1374 of file funky_parser.py.

◆ main_feature

lottie.utils.funky_parser.SvgShape.main_feature

Definition at line 1378 of file funky_parser.py.

◆ phrase

lottie.utils.funky_parser.SvgShape.phrase

Definition at line 1375 of file funky_parser.py.

◆ svg_loader

lottie.utils.funky_parser.SvgShape.svg_loader

Definition at line 1382 of file funky_parser.py.


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