Add a couple of bug links

This commit is contained in:
Anthony Ramine 2018-10-08 13:13:24 +02:00
parent 551c405b0f
commit 05ef233097

View file

@ -387,6 +387,8 @@ impl HTMLCanvasElementMethods for HTMLCanvasElement {
// FIXME: Only handle image/png for now.
let mut png = Vec::new();
// FIXME(nox): https://github.com/PistonDevelopers/image-png/issues/86
// FIXME(nox): https://github.com/PistonDevelopers/image-png/issues/87
PNGEncoder::new(&mut png)
.encode(&file, self.Width(), self.Height(), ColorType::RGBA(8))
.unwrap();