Open GoogleCodeExporter opened 9 years ago
Note, there was an error in the values I used above for the rgba string.
rgba(100%,0%,0%,100%) is not valid. That should be rgba(100%,0%,0%,1).
As I needed this functionality for the issue I'm working on for the Selenium
project, I went ahead and added it and am attaching a patch for it. Please let
me know if the patch is approved, or if changes are required in the way I coded
it.
Original comment by bob.silv...@gmail.com
on 21 Apr 2012 at 1:58
Attachments:
Here's a newer patch that adds an isValidAlphaColor() method to
goog.color.alpha, in addition to adding the percentage support to both color
and alpha.
Original comment by bob.silv...@gmail.com
on 22 Apr 2012 at 3:43
Attachments:
I just opened a code review ticket for this as well (after having read the wiki
page about contributing). I apologize for not doing that initially. The ticket
is http://codereview.appspot.com/6095046/.
Original comment by bob.silv...@gmail.com
on 23 Apr 2012 at 4:06
Original comment by chrishe...@google.com
on 11 May 2012 at 8:19
Original issue reported on code.google.com by
bob.silv...@gmail.com
on 20 Apr 2012 at 5:03