GNOME Bugzilla – Bug 663594
Minor whitespace parsing bug in clutter_color_from_string
Last modified: 2011-11-10 12:58:19 UTC
Created attachment 200948 [details] [review] Fix whitespace parsing issue Converting from "hsla(h,s,l,a)" had a minor bug. If there was whitespace between the "l" value and the comma before the "a" value, parsing would fail, that is in that one spot, whitespace was not allowed though it was allowed everywhere else. The attached patch allows whitespace in that spot to make things consistent.
Review of attachment 200948 [details] [review]: looks good to me.
ugh, sorry for the comment storm - bugzilla had a fit.
Attachment 200948 [details] pushed to master