1 2 3 4 5 6 7 8 9 10 11
#ifndef WEB_SVG_H #define WEB_SVG_H #define SVG_THROW_ANIM_MS 250 void svg_init(); void svg_draw_point(double x, double y); void svg_clear_points(); #endif