mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add a couple of bug links
This commit is contained in:
parent
551c405b0f
commit
05ef233097
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue