summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-04-29 16:12:37 +0000
committertavmjong-free <tavmjong@free.fr>2016-04-29 16:12:37 +0000
commita6a6de5c06d3183329d73fa39ae0ba02bbd838e1 (patch)
tree2df07d7bfcccfc5a746a0613e30cdeb9a46ac3e1 /src/attributes.cpp
parentSVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. (diff)
downloadinkscape-a6a6de5c06d3183329d73fa39ae0ba02bbd838e1.tar.gz
inkscape-a6a6de5c06d3183329d73fa39ae0ba02bbd838e1.zip
Backout last commit as it introduced subtle errors.
(bzr r14864)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 223ce5803..646c2ab0c 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -44,7 +44,6 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_SPRAY_ORIGIN, "inkscape:spray-origin"},
/* SPAnchor */
{SP_ATTR_XLINK_HREF, "xlink:href"},
- {SP_ATTR_HREF, "href"},
{SP_ATTR_XLINK_TYPE, "xlink:type"},
{SP_ATTR_XLINK_ROLE, "xlink:role"},
{SP_ATTR_XLINK_ARCROLE, "xlink:arcrole"},