From fd0823e67a02fbf460fc2e1a14a2752b4d036fde Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Mon, 18 Mar 2019 12:22:41 +0000 Subject: 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 --- src/path-chemistry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/path-chemistry.h') 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; -- cgit v1.2.3