animate icon indicating copy to clipboard operation
animate copied to clipboard

Jagged edges with graphics comming from adobe animate

Open IJsLauw opened this issue 3 years ago • 1 comments

image

I already tried setting: antialias: true, autoDensity: true, resolution: 2 to no avail. What else can and should I try?

IJsLauw avatar Jul 28 '22 08:07 IJsLauw

Option A: rasterize the vector art as a bitmap inside of Animate. Option B: Create a version of AnimateGraphics that is extends SmoothGraphics instead, and when passing in the Animate library to an asset to initialize it, use your smooth graphics class instead of the default one. This will have somewhat reduced performance, and may have some graphical errors in some places.

andrewstart avatar Jan 09 '23 03:01 andrewstart