diff options
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index eee12d3c1..ba34717ea 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -150,6 +150,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"in", true}, {"in2", true}, {"intercept", true}, + {"isolation", true}, {"k", true}, {"k1", true}, {"k2", true}, @@ -181,6 +182,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"media", false}, {"method", false}, {"min", true}, + {"mix-blend-mode", true}, {"mode", true}, {"name", true}, {"numOctaves", true}, @@ -213,6 +215,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"overflow", true}, {"overline-position", true}, {"overline-thickness", true}, + {"paint-order", true}, {"panose-1", true}, {"path", true}, {"pathLength", false}, @@ -276,9 +279,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"text-align", true}, {"text-anchor", true}, {"text-decoration", true}, - {"text-decoration-line", false}, - {"text-decoration-style", false}, - {"text-decoration-color", false}, + {"text-decoration-line", true}, + {"text-decoration-style", true}, + {"text-decoration-color", true}, {"text-indent", true}, {"text-rendering", true}, {"text-transform", true}, |
