Overview
Similar to #248
There is an implicit gap rendering above and below our rectangular animations. This prevents our developers from deterministically spacing an animation from the content before and after it. I understand there is animation scaling occurring yet the math results in a canvas element with an aspect ratio out of sync with the scene.
This 700x300 scene:
Displays like this; see Codesandbox.
The 700x300 (2.33 aspect-ratio) scene results in a 700x349.72 (2.0 aspect-ratio) canvas rectangle.
Consuming repo
What repo were you working in when this issue occurred?
I have run into the same behavior when using @lottiefiles/dotlottie-vue in local development and when using dotlottie-wc syntax directly from app.lottiefiles.com
...
Labels
Overview
Similar to #248
There is an implicit gap rendering above and below our rectangular animations. This prevents our developers from deterministically spacing an animation from the content before and after it. I understand there is animation scaling occurring yet the math results in a
canvaselement with an aspect ratio out of sync with the scene.This 700x300 scene:
Displays like this; see Codesandbox.
The 700x300 (2.33 aspect-ratio) scene results in a 700x349.72 (2.0 aspect-ratio)
canvasrectangle.Consuming repo
I have run into the same behavior when using
@lottiefiles/dotlottie-vuein local development and when usingdotlottie-wcsyntax directly fromapp.lottiefiles.com...
Labels
Type: Buglabel to this issue.