Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed square black and white square bug with raphael 2.1.4 #21

Closed
wants to merge 1 commit into from

Conversation

bjouhier
Copy link

This should fix #18.

// PR https://github.com/DmitryBaranovskiy/raphael/pull/978 fixed this issue
// The following lines are a temporary fix which can be removed if the PR lands in Raphael.
$('#10-_FFF-rgba_255_255_255_0_ stop:last-child').attr('stop-opacity', 0);
$('#290-_000-rgba_255_255_255_0_ stop:last-child').attr('stop-opacity', 0);
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakeorr
Copy link

jakeorr commented Jul 21, 2015

I've noticed that with this included, if I have more than one colour picker on the page, that the first picker's square is coloured, but the rest are not.

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.

Raphael 2.1.3 issue
2 participants