diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-09 01:54:39 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-09 01:54:39 +0000 |
| commit | 30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2 (patch) | |
| tree | ff87b28b4f76e4b2ae947bd1bc28696cece68ce5 /src/selection-chemistry.cpp | |
| parent | Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po... (diff) | |
| download | inkscape-30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2.tar.gz inkscape-30faf29165b1bcd936e9e0ca3ecc8b4bad4c94d2.zip | |
This commit is based on a coment on bug #1670644. And allow to fill the fill between many LPE widget that allow
attach all paths on the clipboard instead only one
Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index bac924980..f4e37d7e9 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2942,6 +2942,7 @@ void ObjectSet::cloneOriginalPathLPE() { lpe_repr->setAttribute("effect", "fill_between_many"); lpe_repr->setAttribute("linkedpaths", os.str()); + lpe_repr->setAttribute("retain_original", "false"); document()->getDefs()->getRepr()->addChild(lpe_repr, NULL); // adds to <defs> and assigns the 'id' attribute } std::string lpe_id_href = std::string("#") + lpe_repr->attribute("id"); |
