diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-26 20:59:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-26 20:59:57 +0000 |
| commit | 10b7fff1b81f5dca3733ff205beef6c0750bc82b (patch) | |
| tree | 535e4fa78ebd6e42971454e3c2dd56a998217c97 /src/sp-spiral.cpp | |
| parent | update to trunk (diff) | |
| parent | cppcheck (diff) | |
| download | inkscape-10b7fff1b81f5dca3733ff205beef6c0750bc82b.tar.gz inkscape-10b7fff1b81f5dca3733ff205beef6c0750bc82b.zip | |
update to trunk
(bzr r12588.1.8)
Diffstat (limited to 'src/sp-spiral.cpp')
| -rw-r--r-- | src/sp-spiral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index b9d1d11da..5d80e43fe 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -339,7 +339,6 @@ void SPSpiral::set_shape() { } Geom::Point darray[SAMPLE_SIZE + 1]; - double t; this->requestModified(SP_OBJECT_MODIFIED_FLAG); @@ -365,6 +364,7 @@ void SPSpiral::set_shape() { Geom::Point hat1 = this->getTangent(this->t0); Geom::Point hat2; + double t; for (t = this->t0; t < (1.0 - tstep);) { this->fitAndDraw(c, dstep, darray, hat1, hat2, &t); |
