mirror of
https://github.com/vlang/v.git
synced 2025-09-23 12:28:29 -04:00
parent
f2abf79f71
commit
fa79c6f64c
@ -27,7 +27,7 @@ pub enum ImageEffect {
|
|||||||
|
|
||||||
// Rect represents a rectangular shape in `gg`.
|
// Rect represents a rectangular shape in `gg`.
|
||||||
pub struct Rect {
|
pub struct Rect {
|
||||||
pub:
|
pub mut:
|
||||||
x f32
|
x f32
|
||||||
y f32
|
y f32
|
||||||
width f32
|
width f32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user