diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-14 17:04:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 30745770be6b16bed8129c757727fa55313160e0 (patch) | |
| tree | 159d6da29ea23e0d5443c0149e55196ec884e08a /src/attributes.cpp | |
| parent | Add transforms fixes (diff) | |
| download | inkscape-30745770be6b16bed8129c757727fa55313160e0.tar.gz inkscape-30745770be6b16bed8129c757727fa55313160e0.zip | |
Revert TAV d work for testing
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 7a3916f6d..6522563af 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -138,6 +138,7 @@ static SPStyleProp const props[] = { {SP_ATTR_X, "x"}, {SP_ATTR_Y, "y"}, /* SPPath */ + {SP_ATTR_D, "d"}, {SP_ATTR_INKSCAPE_ORIGINAL_D, "inkscape:original-d"}, /* (Note: XML representation of connectors may change in future.) */ {SP_ATTR_CONNECTOR_TYPE, "inkscape:connector-type"}, @@ -421,9 +422,6 @@ static SPStyleProp const props[] = { /* CSS & SVG Properites */ - /* SVG 2 Attributes promoted to properties */ - {SP_ATTR_D, "d"}, - /* Paint */ {SP_PROP_COLOR, "color"}, {SP_PROP_OPACITY, "opacity"}, @@ -554,7 +552,6 @@ static SPStyleProp const props[] = { /* LivePathEffect */ {SP_PROP_PATH_EFFECT, "effect"}, - }; #define n_attrs (sizeof(props) / sizeof(props[0])) |
