From a6a6de5c06d3183329d73fa39ae0ba02bbd838e1 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 29 Apr 2016 18:12:37 +0200 Subject: Backout last commit as it introduced subtle errors. (bzr r14864) --- src/sp-tspan.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sp-tspan.cpp') 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: -- cgit v1.2.3