Правильная толщина

This commit is contained in:
2026-02-26 18:16:33 +03:00
parent d070c1660f
commit 40b3b0ad10
2 changed files with 145 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ const shape_mod = @import("shape.zig");
/// Свойства фигуры по умолчанию.
pub const default_shape_properties = [_]Property{
.{ .data = .{ .end_point = .{ .x = 100, .y = 0 } } },
.{ .data = .{ .end_point = .{ .x = 100, .y = 200 } } },
};
/// Теги обязательных свойств.