@@ -288,8 +288,7 @@ use crate::run_test;
288288#[ test] fn resvg_filters_filter_on_an_empty_group_2 ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/on-an-empty-group-2.svg" , "ref/resvg/filters/filter/on-an-empty-group-2.png" , "diff/resvg/filters/filter/on-an-empty-group-2.png" , false ) , 0 ) }
289289#[ test] fn resvg_filters_filter_in_BackgroundAlpha ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/in=BackgroundAlpha.svg" , "ref/resvg/filters/filter/in=BackgroundAlpha.png" , "diff/resvg/filters/filter/in=BackgroundAlpha.png" , false ) , 0 ) }
290290#[ test] fn resvg_filters_filter_with_clip_path_and_mask ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/with-clip-path-and-mask.svg" , "ref/resvg/filters/filter/with-clip-path-and-mask.png" , "diff/resvg/filters/filter/with-clip-path-and-mask.png" , false ) , 0 ) }
291- // need to investigate
292- #[ ignore] #[ test] fn resvg_filters_filter_with_mask_on_parent ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/with-mask-on-parent.svg" , "ref/resvg/filters/filter/with-mask-on-parent.png" , "diff/resvg/filters/filter/with-mask-on-parent.png" , false ) , 0 ) }
291+ #[ test] fn resvg_filters_filter_with_mask_on_parent ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/with-mask-on-parent.svg" , "ref/resvg/filters/filter/with-mask-on-parent.png" , "diff/resvg/filters/filter/with-mask-on-parent.png" , false ) , 0 ) }
293292#[ test] fn resvg_filters_filter_with_region_outside_the_canvas ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/with-region-outside-the-canvas.svg" , "ref/resvg/filters/filter/with-region-outside-the-canvas.png" , "diff/resvg/filters/filter/with-region-outside-the-canvas.png" , false ) , 0 ) }
294293#[ test] fn resvg_filters_filter_transform_on_shape ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/transform-on-shape.svg" , "ref/resvg/filters/filter/transform-on-shape.png" , "diff/resvg/filters/filter/transform-on-shape.png" , false ) , 0 ) }
295294#[ test] fn resvg_filters_filter_in_BackgroundImage_with_enable_background ( ) { assert_eq ! ( run_test( "svg/resvg/filters/filter/in=BackgroundImage-with-enable-background.svg" , "ref/resvg/filters/filter/in=BackgroundImage-with-enable-background.png" , "diff/resvg/filters/filter/in=BackgroundImage-with-enable-background.png" , false ) , 0 ) }
@@ -1775,3 +1774,5 @@ use crate::run_test;
17751774#[ test] fn custom_structure_viewbox_negative_viewbox ( ) { assert_eq ! ( run_test( "svg/custom/structure/viewbox/negative_viewbox.svg" , "ref/custom/structure/viewbox/negative_viewbox.png" , "diff/custom/structure/viewbox/negative_viewbox.png" , false ) , 0 ) }
17761775#[ test] fn custom_masking_clipPath_clip_path_with_nested_clip_path_and_transform ( ) { assert_eq ! ( run_test( "svg/custom/masking/clipPath/clip-path-with-nested-clip-path-and-transform.svg" , "ref/custom/masking/clipPath/clip-path-with-nested-clip-path-and-transform.png" , "diff/custom/masking/clipPath/clip-path-with-nested-clip-path-and-transform.png" , false ) , 0 ) }
17771776#[ test] fn custom_masking_clipPath_complex_clip_path_with_nested_clip_path_on_child ( ) { assert_eq ! ( run_test( "svg/custom/masking/clipPath/complex-clip-path-with-nested-clip-path-on-child.svg" , "ref/custom/masking/clipPath/complex-clip-path-with-nested-clip-path-on-child.png" , "diff/custom/masking/clipPath/complex-clip-path-with-nested-clip-path-on-child.png" , false ) , 0 ) }
1777+ // bug
1778+ #[ ignore] #[ test] fn custom_masking_mask_mask_and_image_with_transparency ( ) { assert_eq ! ( run_test( "svg/custom/masking/mask/mask-and-image-with-transparency.svg" , "ref/custom/masking/mask/mask-and-image-with-transparency.png" , "diff/custom/masking/mask/mask-and-image-with-transparency.png" , false ) , 0 ) }
0 commit comments