заливка круга и closed

This commit is contained in:
2026-03-03 19:59:50 +03:00
parent d6d41388b3
commit 4bb98f1f41
2 changed files with 24 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ const shape_mod = @import("shape.zig");
pub const default_shape_properties = [_]Property{
.{ .data = .{ .radii = .{ .x = 50, .y = 50 } } },
.{ .data = .{ .arc_percent = 100.0 } },
.{ .data = .{ .closed = true } },
.{ .data = .{ .filled = false } },
.{ .data = .{ .fill_rgba = 0x000000FF } },
};
/// Теги обязательных свойств.