diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 15:08:05 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 15:08:51 +0200 |
commit | f666e37a478e7bf8507737676297f7a1802eeafa (patch) | |
tree | a67052aee194500553983a74cfde92a29213c4f0 /libvisio | |
parent | 03268fc84e1c3a0fb588ddff340b052f70c5100a (diff) |
Fix a typo, for others, use git version of libvisio
Diffstat (limited to 'libvisio')
-rw-r--r-- | libvisio/libvisio-0.0.8-draw_stroke.patch | 11 | ||||
-rw-r--r-- | libvisio/makefile.mk | 3 |
2 files changed, 13 insertions, 1 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) diff --git a/libvisio/makefile.mk b/libvisio/makefile.mk index c6c7a0a01579..fa4e069f3503 100644 --- a/libvisio/makefile.mk +++ b/libvisio/makefile.mk @@ -59,7 +59,8 @@ TARFILE_MD5=3c9c6cba49387e9b8e2bced5f2eba4e3 PATCH_FILES=\ libvisio-0.0.8.patch \ - libvisio-0.0.8-build.patch + libvisio-0.0.8-build.patch \ + libvisio-0.0.8-draw_stroke.patch BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) |