diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-08 20:21:12 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 211e8ed11a1d90ffd9ab9fa6fb70211c821bd504 (patch) | |
| tree | fee9ab1305ce6a62f9b5caddcb1bed8cdfe2c1a0 /src/ui/clipboard.cpp | |
| parent | Add fixes pointed by Lazur on IRC (diff) | |
| download | inkscape-211e8ed11a1d90ffd9ab9fa6fb70211c821bd504.tar.gz inkscape-211e8ed11a1d90ffd9ab9fa6fb70211c821bd504.zip | |
Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRC
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 83e878d66..4f6adec4f 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -682,6 +682,7 @@ std::vector<Glib::ustring> ClipboardManagerImpl::getElementsOfType(SPDesktop *de types.push_back((Glib::ustring)"svg:rect"); types.push_back((Glib::ustring)"svg:ellipse"); types.push_back((Glib::ustring)"svg:text"); + types.push_back((Glib::ustring)"svg:use"); types.push_back((Glib::ustring)"svg:g"); types.push_back((Glib::ustring)"svg:image"); for (auto i=types.begin();i!=types.end();++i) { |
