code: изменение защиты на основной код

master
MokeevNV 3 недель назад
Родитель 8c23fc3e5b
Сommit a023578a47

@ -8,6 +8,6 @@
void svg_begin(double width, double height);
void svg_end();
void svg_text(double left, double baseline, const std::string& text);
void svg_rect(double x, double y, double width, double height, const std::string& stroke = "black", const std::string& fill = "black");
void svg_rect(double x, double y, double width, double height, const std::string& stroke = "black", const std::string& fill = "red");
void show_histogram_svg(const std::vector<size_t>& bins);
#endif // SVG_H_INCLUDED

Загрузка…
Отмена
Сохранить