waddou / libass

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

[PATCH] fix VSFilter shadow compat #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
> VSFilter compat: don't render shadow when glyph/border invisible

Currently, libass incorrectly uses the red color value instead of the alpha 
value to determine whether the glyph is invisible, so it renders the shadow 
only when the value of red is not 255, ignoring the alpha value.

This patch fixes this behavior so it correctly uses the alpha value.

Original issue reported on code.google.com by herkt...@gmail.com on 2 Jul 2011 at 7:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The patch didn't apply cleanly, but I committed a similar fix just now.

Original comment by g...@chown.ath.cx on 4 Jul 2011 at 8:10