From 0ea9b448ee16fe941d46395c2877f4d2e815b9ed Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 23 May 2012 14:00:49 +0200 Subject: Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). (bzr r11406) --- src/attributes.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 87cc0488c..7d6f8614d 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -289,6 +289,8 @@ static SPStyleProp const props[] = { /* SPRadialGradient */ {SP_ATTR_FX, "fx"}, {SP_ATTR_FY, "fy"}, + /* SPMeshPatch */ + {SP_ATTR_TENSOR, "tensor"}, /* SPPattern */ {SP_ATTR_PATTERNUNITS, "patternUnits"}, {SP_ATTR_PATTERNCONTENTUNITS, "patternContentUnits"}, @@ -453,6 +455,7 @@ static SPStyleProp const props[] = { /* Gradient */ {SP_PROP_STOP_COLOR, "stop-color"}, {SP_PROP_STOP_OPACITY, "stop-opacity"}, + {SP_PROP_STOP_PATH, "path"}, /* Interactivity */ {SP_PROP_POINTER_EVENTS, "pointer-events"}, /* Paint */ -- cgit v1.2.3