Родитель
95a128b320
Сommit
aa5eb0f096
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void svg_begin(double width, double height);
|
||||
void svg_end();
|
||||
void svg_rect(double x, double y, double width, double height, std::string stroke = "black", std::string fill = "black");
|
||||
void svg_text(double left, double baseline, std::string text);
|
Загрузка…
Ссылка в новой задаче