diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-01-09 09:52:04 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-01-09 09:52:04 +0000 |
| commit | 70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7 (patch) | |
| tree | aba347cd7a6a0f81329d473900242db8fb3d6a77 /src/attributes.h | |
| parent | Updating libvisio (MS-Visio importer) version. Please use with devlibs>=r58. (diff) | |
| download | inkscape-70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7.tar.gz inkscape-70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7.zip | |
Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.
(bzr r14569)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 754cc876a..f5544d0a1 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -296,6 +296,7 @@ enum SPAttributeEnum { /* SPRadialGradient */ SP_ATTR_FX, SP_ATTR_FY, + SP_ATTR_FR, /* SPMeshPatch */ SP_ATTR_TENSOR, //SP_ATTR_TYPE, |
