summaryrefslogtreecommitdiffstats
path: root/src/sp-hatch.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-hatch.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-hatch.cpp')
-rw-r--r--src/sp-hatch.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-hatch.cpp b/src/sp-hatch.cpp
index 274b73e86..2d938618c 100644
--- a/src/sp-hatch.cpp
+++ b/src/sp-hatch.cpp
@@ -73,7 +73,6 @@ void SPHatch::build(SPDocument* doc, Inkscape::XML::Node* repr)
readAttr("pitch");
readAttr("rotate");
readAttr("xlink:href");
- readAttr("href");
readAttr( "style" );
// Register ourselves
@@ -197,7 +196,6 @@ void SPHatch::set(unsigned int key, const gchar* value)
break;
case SP_ATTR_XLINK_HREF:
- case SP_ATTR_HREF:
if (value && href == value) {
// Href unchanged, do nothing.
} else {