summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-02 17:31:07 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-02 17:31:07 +0000
commit6adeeb23bc139967e8c81a4790250aba43390b61 (patch)
treed2e9abab10c3184bc8cd691b8fd2f25b6ac49d56 /src
parentAdd some SVG2 text properties to tables. (diff)
downloadinkscape-6adeeb23bc139967e8c81a4790250aba43390b61.tar.gz
inkscape-6adeeb23bc139967e8c81a4790250aba43390b61.zip
Add spray-origin missing atribute
(bzr r14501)
Diffstat (limited to 'src')
-rw-r--r--src/attributes.cpp1
-rw-r--r--src/attributes.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index a237f8861..d373dbc68 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -41,6 +41,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_TRANSFORM_CENTER_Y, "inkscape:transform-center-y"},
{SP_ATTR_INKSCAPE_PATH_EFFECT, "inkscape:path-effect"},
{SP_ATTR_INKSCAPE_HIGHLIGHT_COLOR, "inkscape:highlight-color"},
+ {SP_ATTR_INKSCAPE_SPRAY_ORIGIN, "inkscape:spray-origin"},
/* SPAnchor */
{SP_ATTR_XLINK_HREF, "xlink:href"},
{SP_ATTR_XLINK_TYPE, "xlink:type"},
diff --git a/src/attributes.h b/src/attributes.h
index 42ec99d8f..7d22858b8 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -41,6 +41,7 @@ enum SPAttributeEnum {
SP_ATTR_TRANSFORM_CENTER_Y,
SP_ATTR_INKSCAPE_PATH_EFFECT,
SP_ATTR_INKSCAPE_HIGHLIGHT_COLOR,
+ SP_ATTR_INKSCAPE_SPRAY_ORIGIN,
/* SPAnchor */
SP_ATTR_XLINK_HREF,
SP_ATTR_XLINK_TYPE,