summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fe71744)
raw | patch | inline | side by side (parent: fe71744)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 25 Oct 2006 04:52:48 +0000 (04:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 25 Oct 2006 04:52:48 +0000 (04:52 +0000) |
src/splivarot.cpp | patch | blob | history |
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 252a2432df4aec993d7f4aae14e35d64a4ebed74..9aec695755beea2c5f0652534cb30b378f0bbeaa 100644 (file)
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
float const scale = transform.expansion();
gchar *style = g_strdup(SP_OBJECT_REPR(item)->attribute("style"));
SPStyle *i_style = SP_OBJECT(item)->style;
+ gchar const *mask = SP_OBJECT_REPR(item)->attribute("mask");
+ gchar const *clip_path = SP_OBJECT_REPR(item)->attribute("clip-path");
float o_width, o_miter;
JoinType o_join;
repr->setAttribute("d", str);
g_free(str);
+ if (mask)
+ repr->setAttribute("mask", mask);
+ if (clip_path)
+ repr->setAttribute("clip-path", clip_path);
if (SP_IS_SHAPE(item) && sp_shape_has_markers (SP_SHAPE(item))) {