TÖRÖK Attila
TÖRÖK Attila
https://github.com/RazrFalcon/tiny-skia/blob/dadcf867130d04303f58be450e5e7385c5ea1237/path/src/stroker.rs#L1959 Should be: `// A zero-len subpath with a square line cap produces a square.`
Also stub `flash.system.SecurityDomain`, and add AS stubs for the preexisting `flash.display.DisplayObjectContainer` and `flash.system.ApplicationDomain` natively defined classes. This class is used by a number of z0r.de loops, for example: - 4030...
On https://z0r.de/7762 ([SWF](https://z0r.de/L/z0r-de_7762.swf)) there was a regression introduced by b1318ecb012cdfc24733275280c8954f0d7b967e. This was merged in https://github.com/ruffle-rs/ruffle/pull/4540. Later https://github.com/ruffle-rs/ruffle/pull/4594 fixed some regressions of that, but not this one. Before the linked commit,...
There was a regression with https://z0r.de/6483 ([SWF](https://z0r.de/L/z0r-de_6483.swf)) a few weeks ago. Yes, it's AVM2, but it used to work well before. On a91273530fe4dbc2acf51afb8df72d28bcdb5bf0 the walking robot animation appears to work...
https://z0r.de/259 ([SWF](https://z0r.de/L/z0r-de_259.swf)) does not display anything because the `jpeg-decoder` dependency fails to decode any of the 6 embedded JPEG images. The actual error message is: `Error running definition tag: DefineBitsJpeg2,...
One great example of this is https://z0r.de/2245, where the changing colored overlay is made up of a really thickly stroked scribble, and it should appear as uniform in opacity and...
Looks similar to https://github.com/ruffle-rs/ruffle/issues/7516. # Error Info Error name: Error Error message: panicked at 'called `Result::unwrap()` on an `Err` value: "Cannot access property ::stop of null or undefined"', core/src/timer.rs:115:26 Error...
# Error Info Error name: Error Error message: panicked at 'called `Result::unwrap()` on an `Err` value: "SoundMixer.computeSpectrum is a stub"', core/src/timer.rs:115:26 # Player Info Allows script access: false # Page...
As reported by user Silica on Discord. After opening `main.swf`, then clicking "Skip Intro", then selecting the first ("Best for Business") section, the expected audio is not playing. This is...
If I were to try working on a `wasm-opt` pass doing what's written in the title, would it be accepted? Gated behind the `bulk-memory` extension/feature of course. The rationale I...