Skip to content

Commit 6aa7429

Browse files
committed
missing break in case, leading to icc-color issues
1 parent d8a775f commit 6aa7429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org/w3c/css/properties/svg/CssFill.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ static CssValue parsePaint(ApplContext ac, CssExpression expression,
159159
}
160160
if ("icc-color".equals(f.getName())) {
161161
values.add(parseIccColor(ac, f, check));
162+
break;
162163
}
163164
default:
164165
throw new InvalidParamException("value",

0 commit comments

Comments
 (0)