Leyart / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Put alpha drawing mode isn't working #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create RGBA image with transparent background
2. select "put alpha" mode
3. set opacity to 128 and draw

What is the expected output? What do you see instead?
The expected output is to draw with the current fg color and alpha=128, but it 
uses alpha=255 instead.

Original issue reported on code.google.com by davidcapello on 8 Mar 2014 at 11:34

GoogleCodeExporter commented 9 years ago
Fixed: 
https://github.com/aseprite/aseprite/commit/d780e907843cb246ec0f48c539b8f1fb688c
912b

Original comment by davidcapello on 8 Mar 2014 at 11:43

GoogleCodeExporter commented 9 years ago
And this: 
https://github.com/aseprite/aseprite/commit/30e26e2a3a69d937607ae2842eba3f5c45f1
1afe

Original comment by davidcapello on 9 Mar 2014 at 12:26