Skip to content

0.0.18.1

Compare
Choose a tag to compare
@Oldes Oldes released this 16 Jun 15:33
· 22 commits to master since this release

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
]