summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-10 12:09:34 +0000
committerjabiertxof <info@marker.es>2016-10-10 12:09:34 +0000
commitd24c375037551aa9e0e76768b9e47d4a4819082b (patch)
treed6f870fa5314f4f9cc7e8d6c869e411bb22ed649 /src/sp-gradient.h
parentFix some canvas problems and refactorization (diff)
parentmerge a fix and refactor (diff)
downloadinkscape-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.h6
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) */