gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--agg-plot/canvas_svg.h 9
1 files changed, 2 insertions, 7 deletions
diff --git a/agg-plot/canvas_svg.h b/agg-plot/canvas_svg.h
index b5d70332..e3a5d6fa 100644
--- a/agg-plot/canvas_svg.h
+++ b/agg-plot/canvas_svg.h
@@ -14,18 +14,13 @@
static const char *svg_header = \
"<?xml version=\"1.0\" standalone=\"no\"?>\n" \
"<svg\n" \
- " xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n" \
- " xmlns:cc=\"http://creativecommons.org/ns#\"\n" \
- " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n" \
- " xmlns:svg=\"http://www.w3.org/2000/svg\"\n" \
" xmlns=\"http://www.w3.org/2000/svg\"\n" \
" version=\"1.1\"\n" \
" width=\"%g\"\n" \
" height=\"%g\"\n" \
- " id=\"svg2\">\n" \
- " <g id=\"layer1\" font-family=\"Helvetica\">\n";
+ " font-family=\"Helvetica\">\n";
-static const char *svg_end = " </g>\n" "</svg>\n";
+static const char *svg_end = "</svg>\n";
class canvas_svg {
public:
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月03日 19:03:48 +0000

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