diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-08-17 20:27:14 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-12 08:39:15 +0100 |
commit | b736f53a13af48de08026b7c7e64275122af66e2 (patch) | |
tree | 54c20be9b96d7085973469c12332f43839d82f88 /dom/base/nsGkAtomList.h | |
parent | 4577efd50f8361ffa787d7fcba5f5894438f826c (diff) | |
download | uxp-b736f53a13af48de08026b7c7e64275122af66e2.tar.gz |
SVG - support radialGradient fr attribute
Diffstat (limited to 'dom/base/nsGkAtomList.h')
-rw-r--r-- | dom/base/nsGkAtomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h index 86a6fa99c4..91427fabbd 100644 --- a/dom/base/nsGkAtomList.h +++ b/dom/base/nsGkAtomList.h @@ -1450,6 +1450,7 @@ GK_ATOM(font_style, "font-style") GK_ATOM(font_variant, "font-variant") GK_ATOM(foreignObject, "foreignObject") GK_ATOM(fractalNoise, "fractalNoise") +GK_ATOM(fr, "fr") GK_ATOM(fx, "fx") GK_ATOM(fy, "fy") GK_ATOM(G, "G") |