()
| 2086 | |
| 2087 | #[test] |
| 2088 | fn decode_fill_transparency() { |
| 2089 | check_round_trip_single(Draw::Texture(TextureId(45), TextureOp::FillTransparency(0.75))); |
| 2090 | } |
| 2091 | |
| 2092 | #[test] |
| 2093 | fn decode_gradient_new() { |
nothing calls this directly
no test coverage detected