From 2b7c9fcc1889d5a4930903459ec7f8b3b96ed2de Mon Sep 17 00:00:00 2001 From: ShinkarenkoVA Date: Mon, 29 Apr 2024 12:39:50 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B2=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B0=D0=BD=D1=82=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg01.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg01.cpp b/svg01.cpp index 41b9ab6..8f97180 100644 --- a/svg01.cpp +++ b/svg01.cpp @@ -26,7 +26,7 @@ svg_text(double left, double baseline, string text) { } void -svg_rect(double x, double y, double width, double height, string stroke, string fill){ +svg_rect(double x, double y, double width, double height, string stroke = "midnightblue", string fill = "deeppink"){ cout << ""; }