From 8a408f6085739a440d5b2ccc2c805e99257edec9 Mon Sep 17 00:00:00 2001 From: KuzmenkoEA Date: Mon, 22 Apr 2024 00:33:59 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20?= =?UTF-8?q?svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index ffd63fe..af09777 100644 --- a/svg.cpp +++ b/svg.cpp @@ -15,7 +15,7 @@ svg_begin(double width, double height) { void svg_text(double left, double baseline, string text) { - cout << "anything you want"; + cout << "" << text << ""; } void