diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-10 12:09:34 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-10 12:09:34 +0000 |
| commit | d24c375037551aa9e0e76768b9e47d4a4819082b (patch) | |
| tree | d6f870fa5314f4f9cc7e8d6c869e411bb22ed649 /src/sp-gradient.h | |
| parent | Fix some canvas problems and refactorization (diff) | |
| parent | merge a fix and refactor (diff) | |
| download | inkscape-d24c375037551aa9e0e76768b9e47d4a4819082b.tar.gz inkscape-d24c375037551aa9e0e76768b9e47d4a4819082b.zip | |
Update to trunk
(bzr r15142.1.9)
Diffstat (limited to 'src/sp-gradient.h')
| -rw-r--r-- | src/sp-gradient.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h index 7348bb5ca..51ba3090c 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -158,6 +158,12 @@ public: */ SPGradient *getVector(bool force_private = false); + /** + * Returns private mesh of given gradient (the gradient at the end of the href chain which has + * patches), optionally normalizing it. + */ + SPGradient *getArray(bool force_private = false); + //static GType getType(); /** Forces vector to be built, if not present (i.e. changed) */ |
