()
| 2081 | |
| 2082 | #[test] |
| 2083 | fn decode_texture_set_bytes() { |
| 2084 | check_round_trip_single(Draw::Texture(TextureId(44), TextureOp::SetBytes(100, 200, 300, 400, Arc::new(vec![240, 230, 220, 210, 200, 190])))); |
| 2085 | } |
| 2086 | |
| 2087 | #[test] |
| 2088 | fn decode_fill_transparency() { |
no test coverage detected