Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for transparent PNG #1279
Closed
Labels
Milestone
Comments
|
It's almost done. I will send a pr very soon. |
|
Great! No pressure; we were just talking in the meeting about capturing the Acid2 tasks as issues in github and tying them to the corresponding milestone so there's more visibility on what's left. |
|
I've submitted a pr for supporting transparent png. |
bors-servo
pushed a commit
that referenced
this issue
Nov 20, 2013
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
bors-servo
pushed a commit
that referenced
this issue
Nov 20, 2013
Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: #1279
|
Fixed by #1288 |
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Sep 30, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Sep 30, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…nsparent_png); r=larsbergstrom Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: servo/rust-png#13 This patch is for: servo/servo#1279 Source-Repo: https://github.com/servo/servo Source-Revision: 052a543f140c68dfd45e334e359dd3c0f2910d08 UltraBlame original commit: 5faf91b3fa1a61e3b286471b8192cd4abe6760ec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ryanhc is working on this.