This commit is contained in:
committed by
Git OBS Bridge
parent
e35333566c
commit
5cfc53262f
11
plotutils-dasharray-format.patch
Normal file
11
plotutils-dasharray-format.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- libplot/s_path.c
|
||||
+++ libplot/s_path.c 2009-01-08 12:03:26.569330579 +0100
|
||||
@@ -716,7 +716,7 @@ write_svg_path_style (plOutbuf *page, co
|
||||
{
|
||||
sprintf (page->point, "%.5g%s",
|
||||
dashbuf[i],
|
||||
- i < num_dashes - 1 ? " " : "\"");
|
||||
+ i < num_dashes - 1 ? " " : "\" ");
|
||||
_update_buffer (page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user