diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-03-18 12:22:41 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-03-18 12:22:41 +0000 |
| commit | fd0823e67a02fbf460fc2e1a14a2752b4d036fde (patch) | |
| tree | 9a1ad0789559582154a7b09f25f240c8803be732 /src/path-chemistry.h | |
| parent | Don't rebuild font list is only selection changed. (diff) | |
| download | inkscape-fd0823e67a02fbf460fc2e1a14a2752b4d036fde.tar.gz inkscape-fd0823e67a02fbf460fc2e1a14a2752b4d036fde.zip | |
Keep generic attributes with "Simplify" et. al
Keep generic attributes and child nodes when doing path conversion like
"Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations.
Fixes https://bugs.launchpad.net/inkscape/+bug/373140
Diffstat (limited to 'src/path-chemistry.h')
| -rw-r--r-- | src/path-chemistry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h index 0276a6133..e5e711ae7 100644 --- a/src/path-chemistry.h +++ b/src/path-chemistry.h @@ -23,6 +23,8 @@ class ObjectSet; namespace XML { class Node; } // namespace XML + +void copy_object_properties(XML::Node *dest, XML::Node const *src); } // namespace Inkscape typedef unsigned int guint32; |
