f
This commit is contained in:
parent
790146e553
commit
4f81ae9f81
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ block:
|
||||||
ctx.setMatrix(matrix.unsafeAddr)
|
ctx.setMatrix(matrix.unsafeAddr)
|
||||||
ctx.setSource(backdrop, 0, 0)
|
ctx.setSource(backdrop, 0, 0)
|
||||||
ctx.paint()
|
ctx.paint()
|
||||||
mat = rotate(15.toRadians)
|
mat = translate(vec2(0.5, 0.5))
|
||||||
matrix = cairo.Matrix(
|
matrix = cairo.Matrix(
|
||||||
xx: mat[0, 0],
|
xx: mat[0, 0],
|
||||||
yx: mat[0, 1],
|
yx: mat[0, 1],
|
||||||
|
|
Loading…
Reference in a new issue