0.0.18.1
Fixed drawing points from a vector value. For example:
points: #[f64! [100 100 100 380 380 380 380 100]]
image: draw 480x480 [
line-width 0
point-size 20
fill blue
point :points ; multiple points from the vector value
]
Fixed drawing points from a vector value. For example:
points: #[f64! [100 100 100 380 380 380 380 100]]
image: draw 480x480 [
line-width 0
point-size 20
fill blue
point :points ; multiple points from the vector value
]