LottieFiles / lottie-js

An object model for representing and manipulating the Lottie JSON structure in JS.
MIT License
144 stars 19 forks source link

Fixed shape layer serialization #12

Closed thoaif closed 2 years ago

thoaif commented 2 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

ShapeLayer inside an array is serialized as null, if the shape layer has an array index greater than 0.

What is the new behavior?

Does this introduce a breaking change?

Other information