summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.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/sp-tspan.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/sp-tspan.cpp')
-rw-r--r--src/sp-tspan.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index d4fbddffb..05f8430ba 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -245,7 +245,6 @@ void SPTextPath::build(SPDocument *doc, Inkscape::XML::Node *repr) {
this->readAttr( "rotate" );
this->readAttr( "startOffset" );
this->readAttr( "xlink:href" );
- this->readAttr( "href" );
bool no_content = true;
@@ -284,7 +283,6 @@ void SPTextPath::set(unsigned int key, const gchar* value) {
} else {
switch (key) {
case SP_ATTR_XLINK_HREF:
- case SP_ATTR_HREF:
this->sourcePath->link((char*)value);
break;
case SP_ATTR_STARTOFFSET: