diff options
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index 1fc3972c0..b8d5d98a5 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -42,7 +42,7 @@ public: SVG 2: white-space, shape-inside, shape-outside, shape-padding, shape-margin SVG 2: text-decoration-fill, text-decoration-stroke SVG 2: solid-color, solid-opacity - SVG 2: Hatches and Meshes + SVG 2: Hatches and Meshes, radial gradient 'fr' CSS 3: text-orientation CSS 3: font-variant-xxx, font-feature-settings */ @@ -145,6 +145,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"from", true}, {"fx", true}, {"fy", true}, + {"fr", true}, {"g1", true}, {"g2", true}, {"glyph-name", true}, |
