mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
remove comment
- https://github.com/denoland/deno/pull/25517#discussion_r1855088648
This commit is contained in:
parent
3fcc3ab8e4
commit
24306b3ed6
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ fn decode_bitmap_data(
|
|||
CanvasError::InvalidImage(error.to_string())
|
||||
}
|
||||
let (image, orientation, icc_profile) = match mime_type {
|
||||
// Should we support the "image/apng" MIME type here?
|
||||
MimeType::Png => {
|
||||
let mut decoder: PngDecoder<ImageDecoderFromReaderType> =
|
||||
ImageDecoderFromReader::to_decoder(
|
||||
|
|
Loading…
Add table
Reference in a new issue