From 5209da476a56aa8b04b2efaa4ae008e3d156f282 Mon Sep 17 00:00:00 2001 From: DevyatovaMY Date: Sat, 25 May 2024 13:46:32 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B7=D0=B0=D0=B3=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=BB=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BD=D0=BE=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=E2=84=964?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.cpp | 18 +----------------- unittest.cpp | 11 ----------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/svg.cpp b/svg.cpp index 2fcfa13..7b1ccd0 100644 --- a/svg.cpp +++ b/svg.cpp @@ -5,14 +5,6 @@ using namespace std; -bool -check_width(double width) { - if (width >= 3 && width <= 30) - return true; - else - return false; -} - void svg_text(double left, double baseline, string text) { cout << "