diff --git a/clutter/clutter-color.c b/clutter/clutter-color.c index e8ecf44c2..17b8b3c5d 100644 --- a/clutter/clutter-color.c +++ b/clutter/clutter-color.c @@ -589,6 +589,7 @@ parse_hsla (ClutterColor *color, str += 1; l = CLAMP (number / 100.0, 0.0, 1.0); + skip_whitespace (&str); /* alpha (optional); since the alpha channel value can only * be between 0 and 1 we don't use the parse_rgb_value()