diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-07-30 15:27:34 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-07-30 15:27:34 +0000 |
| commit | f9ea5bd2c9c4fe4f2b0a867bfdf0a10519dce5fd (patch) | |
| tree | 88c5361cf3890cdf5d1b8bfa833229e9c16ac2ad /src/sp-path.cpp | |
| parent | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib... (diff) | |
| parent | Fix for 1346972 (freehand shape mode should pick stroke width from tool's act... (diff) | |
| download | inkscape-f9ea5bd2c9c4fe4f2b0a867bfdf0a10519dce5fd.tar.gz inkscape-f9ea5bd2c9c4fe4f2b0a867bfdf0a10519dce5fd.zip | |
Update to trunk r13482
(bzr r13341.1.111)
Diffstat (limited to 'src/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index d1fb850e1..5c076b7cb 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -140,10 +140,10 @@ void SPPath::build(SPDocument *document, Inkscape::XML::Node *repr) { SPShape::build(document, repr); - //this->readAttr( "inkscape:original-d" ); //lp1299948 + // this->readAttr( "inkscape:original-d" ); // lp1299948 if (gchar const* s = this->getRepr()->attribute("inkscape:original-d")) { - //write it to XML, and to my curve, but don't update patheffects + // write it to XML, and to my curve, but don't update patheffects Geom::PathVector pv = sp_svg_read_pathv(s); SPCurve *curve = new SPCurve(pv); @@ -154,7 +154,6 @@ void SPPath::build(SPDocument *document, Inkscape::XML::Node *repr) { if (curve) { _curve_before_lpe = curve->ref(); } - //this->getRepr()->setAttribute("inkscape:original-d", s); } this->readAttr( "d" ); |
