feat: add circles

This commit is contained in:
2026-03-10 15:36:19 +00:00
parent 143a33558d
commit 22b6700768
6 changed files with 65 additions and 12 deletions

View File

@@ -138,7 +138,7 @@ static gboolean render(GtkGLArea* a, GdkGLContext* ctx,
VektorCanvasRenderInfo* renderInfo) {
vb.count = 0;
vektor_rasterize(&vb, renderInfo->shapes);
vektor_rasterize(&vb, renderInfo->shapes, 2);
size_t shape_vertex_count =
vb.count; // remember how many vertices belong to shapes