Skip to content
CSketch
Circle
Initializing search
GitHub
CSketch
GitHub
CSketch
Installation
Getting Started
The API
Gallery
Table of contents
Code
Circle
Code
#include
<sketch.h>
int
main
()
{
draw_circle
(
0
,
0
,
200
);
save_sketch
(
"circle.svg"
);
}