Skip to content

Commit 48ca95e

Browse files
committed
commited too fast, missed the flag setting
1 parent 6aa7429 commit 48ca95e

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+
gotIccColor = true;
162163
break;
163164
}
164165
default:

0 commit comments

Comments
 (0)