Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jagged edges with graphics comming from adobe animate #123

Open
IJsLauw opened this issue Jul 28, 2022 · 1 comment
Open

Jagged edges with graphics comming from adobe animate #123

IJsLauw opened this issue Jul 28, 2022 · 1 comment

Comments

@IJsLauw
Copy link

IJsLauw commented Jul 28, 2022

image

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

@andrewstart
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants