python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.parsers.sif.sif.nodes.LineCap Class Reference
Inheritance diagram for lottie.parsers.sif.sif.nodes.LineCap:
[legend]
Collaboration diagram for lottie.parsers.sif.sif.nodes.LineCap:
[legend]

Static Public Attributes

int Rounded = 1
 
int Squared = 2
 
int Peak = 3
 
int Flat = 4
 
int InnerRounded = 5
 
int OffPeak = 6
 

Detailed Description

Definition at line 361 of file nodes.py.

Member Data Documentation

◆ Flat

int lottie.parsers.sif.sif.nodes.LineCap.Flat = 4
static

Definition at line 365 of file nodes.py.

◆ InnerRounded

int lottie.parsers.sif.sif.nodes.LineCap.InnerRounded = 5
static

Definition at line 366 of file nodes.py.

◆ OffPeak

int lottie.parsers.sif.sif.nodes.LineCap.OffPeak = 6
static

Definition at line 367 of file nodes.py.

◆ Peak

int lottie.parsers.sif.sif.nodes.LineCap.Peak = 3
static

Definition at line 364 of file nodes.py.

◆ Rounded

int lottie.parsers.sif.sif.nodes.LineCap.Rounded = 1
static

Definition at line 362 of file nodes.py.

◆ Squared

int lottie.parsers.sif.sif.nodes.LineCap.Squared = 2
static

Definition at line 363 of file nodes.py.


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