ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.63k stars 807 forks source link

Can't render very complex vector image #1588

Closed olamcbola closed 2 years ago

olamcbola commented 3 years ago

Game: https://www.dolldivine.com/fairy-maker.php

Click on the little "mountain" icon, bottom-right a few times. These backgrounds are photos that were vectorized using "Trace Bitmap" in Flash, then put into a movieclip which had a blur effect added on top. There's a lot of vectors there.

Dinnerbone commented 3 years ago

Issue is that there's one (well, a few) shapes that are very very complex, and we're going over lyon's hardcoded u32::max limit for number of vectors.

We need to figure out how to split these up

n0samu commented 2 years ago

Seems like this was fixed a long time ago.