Этот коммит содержится в:
2024-04-22 00:33:59 +03:00
родитель 868ddb6922
Коммит 8a408f6085

Просмотреть файл

@@ -15,7 +15,7 @@ svg_begin(double width, double height) {
void
svg_text(double left, double baseline, string text) {
cout << "<text x='20' y='35'>anything you want</text>";
cout << "<text x='" << left << "' y='" << baseline << "'>" << text << "</text>";
}
void