Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(writer): pre-multiply RGB by A (#111)
color.RGBA is pre-multiplied by alpha. When A is 0 the only valid value for R, G and B is 0. When drawing a logo with an alpha channel the blending operation may overflow when R, G, B have invalid values (i.e larger than A).
- Loading branch information