Merge pull request #375 from guzba/master
3.1.4 + export line dash on context
This commit is contained in:
commit
0843b26250
3 changed files with 3 additions and 4 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -7,9 +7,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
nim-version: ['1.4.x', 'stable']
|
nim-version: ['1.4.x', 'stable']
|
||||||
include:
|
|
||||||
- nim-version: '1.4.x'
|
|
||||||
- nim-version: 'stable'
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
|
@ -277,6 +277,8 @@ exportRefObject Context:
|
||||||
setTransform
|
setTransform
|
||||||
transform(Context, Mat3)
|
transform(Context, Mat3)
|
||||||
resetTransform
|
resetTransform
|
||||||
|
getLineDash
|
||||||
|
setLineDash
|
||||||
drawImage(Context, Image, float32, float32)
|
drawImage(Context, Image, float32, float32)
|
||||||
drawImage2
|
drawImage2
|
||||||
drawImage3
|
drawImage3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = "3.1.3"
|
version = "3.1.4"
|
||||||
author = "Andre von Houck and Ryan Oldenburg"
|
author = "Andre von Houck and Ryan Oldenburg"
|
||||||
description = "Full-featured 2d graphics library for Nim."
|
description = "Full-featured 2d graphics library for Nim."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue