Skip to content

Conversation

@benelliott
Copy link

Fixed bug that prevented gradients with varying alpha from being displayed properly.

Commit d1f6374 unintentionally broke gradient fills that change in opacity because the call to Color.parseColor () implicitly set the alpha value of the colour to FF. The stop-opacity is applied with a bitwise OR, so the FF would overrule the 'true' value.

@benelliott benelliott changed the title Fixed bug that prevented gradients with varying alpha from being Fixed alpha gradient bug Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant