diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-02 20:08:49 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-02 20:08:49 +0000 |
| commit | 1d3b98e5f5311479cd87f20e3656b0133bff73bd (patch) | |
| tree | 95eea2fcac18f236b31053e4d1493aa644760df0 /src/sp-gradient.h | |
| parent | update to trunk (diff) | |
| parent | Translations. Arabic translation update. (diff) | |
| download | inkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.tar.gz inkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.zip | |
update to trunk
(bzr r13645.1.4)
Diffstat (limited to 'src/sp-gradient.h')
| -rw-r--r-- | src/sp-gradient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h index fbb48df62..f80d806fc 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -141,7 +141,8 @@ public: /** Composed array (for mesh gradients) */ SPMeshNodeArray array; - + SPMeshNodeArray array_smoothed; // Smoothed version of array + bool hasPatches() const; |
