Test group #036-missing
Special cases of paint parameters combination

file automatically generated by AmanithVG testsuite

# Reference AmanithVG RMS Description Comment
360014

N/A

Test the drawing of a path with VG_PAINT_TYPE_PATTERN paint type, VG_BLEND_CLEAR_MZT blend mode (VG_MZT_advanced_blend_modes extensions) In this case, the result must be equivalent to a VG_PAINT_TYPE_COLOR paint type with a transparent black color
360031

N/A

Test the drawing of an opaque image (all pixels have alpha = 1), VG_DRAW_IMAGE_NORMAL image mode, VG_COLOR_TRANSFORM disabled, VG_BLEND_SRC_ATOP_MZT blend mode (VG_MZT_advanced_blend_modes extension) In this case the result must be equivalent to a VG_BLEND_SRC_IN equation (that it's faster than VG_BLEND_SRC_ATOP_MZT)
360032

N/A

Test the drawing of an opaque image (all pixels have alpha = 1), VG_DRAW_IMAGE_NORMAL image mode, VG_COLOR_TRANSFORM disabled, VG_BLEND_XOR_MZT blend mode (VG_MZT_advanced_blend_modes extension) In this case the result must be equivalent to a VG_BLEND_SRC_OUT_MZT equation (that it's faster than VG_BLEND_XOR_MZT)