From a023578a47c072635810e62a6079d791fce5fa88 Mon Sep 17 00:00:00 2001 From: MokeevNV <MokeevNV@mpei.ru> Date: Fri, 16 May 2025 12:04:03 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.h b/svg.h index 011c9f3..b34bb67 100644 --- a/svg.h +++ b/svg.h @@ -8,6 +8,6 @@ void svg_begin(double width, double height); void svg_end(); void svg_text(double left, double baseline, const std::string& text); -void svg_rect(double x, double y, double width, double height, const std::string& stroke = "black", const std::string& fill = "black"); +void svg_rect(double x, double y, double width, double height, const std::string& stroke = "black", const std::string& fill = "red"); void show_histogram_svg(const std::vector<size_t>& bins); #endif // SVG_H_INCLUDED