diff options
| author | Michael Soegtrop <MSoegtrop@yahoo.de> | 2017-06-05 13:01:17 +0000 |
|---|---|---|
| committer | Michael Soegtrop <MSoegtrop@yahoo.de> | 2017-06-05 13:01:17 +0000 |
| commit | 509ca3687330fea576ea67ae6c7f31d16e66b800 (patch) | |
| tree | 9097520c54e355ded9bd0b4d6618af4e8dacdd91 /src/attributes.cpp | |
| parent | updated to latest trunk (diff) | |
| parent | [Bug #1695016] Xaml export misses some radialGradients. (diff) | |
| download | inkscape-509ca3687330fea576ea67ae6c7f31d16e66b800.tar.gz inkscape-509ca3687330fea576ea67ae6c7f31d16e66b800.zip | |
updated to latest trunk
(bzr r14876.2.4)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index e281dad65..c375ba903 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -14,7 +14,6 @@ #include <glib.h> // g_assert() #include "attributes.h" -#include <iostream> typedef struct { gint code; @@ -174,7 +173,8 @@ static SPStyleProp const props[] = { {SP_ATTR_SODIPODI_RY, "sodipodi:ry"}, {SP_ATTR_SODIPODI_START, "sodipodi:start"}, {SP_ATTR_SODIPODI_END, "sodipodi:end"}, - {SP_ATTR_SODIPODI_OPEN, "sodipodi:open"}, + {SP_ATTR_SODIPODI_OPEN, "sodipodi:open"}, // Deprecated + {SP_ATTR_SODIPODI_ARC_TYPE, "sodipodi:arc-type"}, /* SPStar */ {SP_ATTR_SODIPODI_SIDES, "sodipodi:sides"}, {SP_ATTR_SODIPODI_R1, "sodipodi:r1"}, @@ -443,6 +443,7 @@ static SPStyleProp const props[] = { {SP_PROP_PAINT_ORDER, "paint-order" }, {SP_PROP_SOLID_COLOR, "solid-color"}, {SP_PROP_SOLID_OPACITY, "solid-opacity"}, + {SP_PROP_VECTOR_EFFECT, "vector-effect"}, /* CSS Blending/Compositing */ {SP_PROP_MIX_BLEND_MODE, "mix-blend-mode"}, |
