Первый крутой круг
This commit is contained in:
@@ -8,6 +8,7 @@ const shape_mod = @import("shape.zig");
|
||||
/// Свойства фигуры по умолчанию.
|
||||
pub const default_shape_properties = [_]Property{
|
||||
.{ .data = .{ .radii = .{ .x = 50, .y = 50 } } },
|
||||
.{ .data = .{ .arc_percent = 100.0 } },
|
||||
};
|
||||
|
||||
/// Теги обязательных свойств.
|
||||
|
||||
Reference in New Issue
Block a user