gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot
diff options
context:
space:
mode:
Diffstat (limited to 'agg-plot')
-rw-r--r--agg-plot/draw_svg.h 2
1 files changed, 1 insertions, 1 deletions
diff --git a/agg-plot/draw_svg.h b/agg-plot/draw_svg.h
index 20d5a77c..ba61f86e 100644
--- a/agg-plot/draw_svg.h
+++ b/agg-plot/draw_svg.h
@@ -88,7 +88,7 @@ void svg_curve_coords_from_vs(VertexSource* vs, str& s, double h)
double x2, y2;
vertex_flip(vs, &x2, &y2, h);
vertex_flip(vs, &x, &y, h);
- s.printf_add("%sC %g,%g %g,%g %g,%g", sep, x1, y1, x2, x2, x, y);
+ s.printf_add("%sC %g,%g %g,%g %g,%g", sep, x1, y1, x2, y2, x, y);
omit_line_to = false;
} else if (agg::is_curve3(cmd)) {
double x1 = x, y1 = y;
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月14日 18:11:35 +0000

AltStyle によって変換されたページ (->オリジナル) /