Skip to content

Commit

Permalink
Add ref images
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Oct 12, 2023
1 parent 64bf5f0 commit 27ee0e4
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions crates/resvg/tests/integration/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,15 @@ use crate::render;
#[test] fn paint_servers_stop_color_simple_case() { assert_eq!(render("tests/paint-servers/stop-color/simple-case"), 0); }
#[test] fn paint_servers_stop_opacity_50percent() { assert_eq!(render("tests/paint-servers/stop-opacity/50percent"), 0); }
#[test] fn paint_servers_stop_opacity_simple_case() { assert_eq!(render("tests/paint-servers/stop-opacity/simple-case"), 0); }
#[test] fn painting_color_context_fill_in_marker() { assert_eq!(render("tests/painting/color/context-fill-in-marker"), 0); }
#[test] fn painting_color_context_fill_no_context_element() { assert_eq!(render("tests/painting/color/context-fill-no-context-element"), 0); }
#[test] fn painting_color_context_stroke_in_marker() { assert_eq!(render("tests/painting/color/context-stroke-in-marker"), 0); }
#[test] fn painting_color_context_stroke_no_context_element() { assert_eq!(render("tests/painting/color/context-stroke-no-context-element"), 0); }
#[test] fn painting_color_context_in_marker() { assert_eq!(render("tests/painting/color/context-in-marker"), 0); }
#[test] fn painting_color_context_in_nested_marker() { assert_eq!(render("tests/painting/color/context-in-nested-marker"), 0); }
#[test] fn painting_color_context_in_nested_use_and_marker() { assert_eq!(render("tests/painting/color/context-in-nested-use-and-marker"), 0); }
#[test] fn painting_color_context_in_nested_use() { assert_eq!(render("tests/painting/color/context-in-nested-use"), 0); }
#[test] fn painting_color_context_in_use() { assert_eq!(render("tests/painting/color/context-in-use"), 0); }
#[test] fn painting_color_context_without_context_element() { assert_eq!(render("tests/painting/color/context-without-context-element"), 0); }
#[test] fn painting_color_inherit() { assert_eq!(render("tests/painting/color/inherit"), 0); }
#[test] fn painting_color_nested_context_without_color() { assert_eq!(render("tests/painting/color/nested-context-without-color"), 0); }
#[test] fn painting_color_nested_context() { assert_eq!(render("tests/painting/color/nested-context"), 0); }
#[test] fn painting_color_simple_case() { assert_eq!(render("tests/painting/color/simple-case"), 0); }
#[test] fn painting_display_bBox_impact() { assert_eq!(render("tests/painting/display/bBox-impact"), 0); }
#[test] fn painting_display_none_on_clipPath() { assert_eq!(render("tests/painting/display/none-on-clipPath"), 0); }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion crates/resvg/tests/tests/painting/color/context-in-use.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion crates/resvg/tests/tests/painting/color/nested-context.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27ee0e4

Please sign in to comment.