Skip to content

Releases: Siskin-framework/Rebol-Blend2D

0.10.4.0

18 Aug 15:27
Compare
Choose a tag to compare

Rebol/Blend2D extension using Blend2D version 0.10.4

0.0.18.1

16 Jun 15:33
Compare
Choose a tag to compare

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
]

0.0.18.0

13 Jun 11:03
Compare
Choose a tag to compare

Rebol/Blend2D extension using Blend2D version 0.0.18

Rebol/Blend2D v0.1.0

02 Jun 15:30
8493816
Compare
Choose a tag to compare
Rebol/Blend2D v0.1.0 Pre-release
Pre-release
Create README.md