forked from ruffle-rs/ruffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Use actual bounding box of curves instead of an approximation
- Loading branch information
1 parent
00ea618
commit b8081ac
Showing
8 changed files
with
61 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
tests/tests/swfs/avm2/displayobject_getbounds_shape/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
num_frames = 1 | ||
|
||
[image_comparison] | ||
tolerance = 0 | ||
|
||
[player_options] | ||
with_renderer = { optional = false, sample_count = 1 } |
Binary file modified
BIN
+83.7 KB
(210%)
tests/tests/swfs/visual/shumway_acid_tests/acid_shapes/expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions
3
tests/tests/swfs/visual/shumway_acid_tests/acid_shapes/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Test adapted from Shumway at https://github.com/mozilla/shumway/tree/master/test/swfs/acid | ||
|
||
num_frames = 1 | ||
ignore = true # https://github.com/ruffle-rs/ruffle/issues/12117 | ||
|
||
[image_comparison] | ||
tolerance = 0 | ||
tolerance = 3 | ||
|
||
[player_options] | ||
with_renderer = { optional = false, sample_count = 1 } |