From 70e49f7eba8a099a9f5e7f9bfd3ec78f3f1ec1a7 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sat, 9 Jan 2016 10:52:04 +0100 Subject: Support rendering of radial gradients with the 'fr' attribute. New in SVG 2. (bzr r14569) --- src/attributes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index e32f4ece4..646c2ab0c 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -294,6 +294,7 @@ static SPStyleProp const props[] = { /* SPRadialGradient */ {SP_ATTR_FX, "fx"}, {SP_ATTR_FY, "fy"}, + {SP_ATTR_FR, "fr"}, /* SPMeshPatch */ {SP_ATTR_TENSOR, "tensor"}, //{SP_ATTR_TYPE, "type"}, -- cgit v1.2.3