master
Fix heap buffer overflow from short truncation of span Y coordinate
rlottie: remove unused classes in rlottie to reduce library size
CMake: fix MSVC warnings
vector: rendering refactor. - replaced implementation form qt. - refactor render function table. - ran clang-format
rlottie/vector: Added a local arena allocator to vector
Finite loop in VBezier::tAtLength()
perf: added tAtLength(len, totalLength) api to Bezier.
Cap bitmap size to avoid large dimensions
replace uint ushort and uchar typedefs with uint32 uint16 and uint8 -- added format script to run clang format on latest commit.
rlottie: update license in source and header files
rlottie: mark all user defined destructor's as noexcept
fixed signed shift issue
replace unsigned int with uint32_t in Int()
Relocatable module of image loader
--compile warning
rlottie: update VInterpolator license header
optimization: optimize VBezier::length() - force VLine::length() function to be inline.
Safety limits to precomp, repeater, and polystar handling
fixed integer overflow in SW_FT_Outline point/contour counters