summaryrefslogtreecommitdiff
path: root/libvisio/libvisio-0.0.8-draw_stroke.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libvisio/libvisio-0.0.8-draw_stroke.patch')
-rw-r--r--libvisio/libvisio-0.0.8-draw_stroke.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libvisio/libvisio-0.0.8-draw_stroke.patch b/libvisio/libvisio-0.0.8-draw_stroke.patch
new file mode 100644
index 000000000000..407be890dc4d
--- /dev/null
+++ b/libvisio/libvisio-0.0.8-draw_stroke.patch
@@ -0,0 +1,11 @@
+--- misc/libvisio-0.0.8/src/lib/VSDXContentCollector.cpp 2011-09-29 14:45:38.000000000 +0200
++++ misc/build/libvisio-0.0.8/src/lib/VSDXContentCollector.cpp 2011-10-05 15:06:20.374633773 +0200
+@@ -876,7 +876,7 @@
+ m_noLine = noLine;
+ m_noShow = noShow;
+ if (m_noLine || m_linePattern == 0)
+- m_styleProps.insert("svg:stroke-color", "none");
++ m_styleProps.insert("draw:stroke", "none");
+ else
+ m_styleProps.insert("svg:stroke-color", m_lineColour);
+ if (m_noFill || m_fillPattern == 0)