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:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
nim-version: ['1.4.x', 'stable']
|
||||
include:
|
||||
- nim-version: '1.4.x'
|
||||
- nim-version: 'stable'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
@ -277,6 +277,8 @@ exportRefObject Context:
|
|||
setTransform
|
||||
transform(Context, Mat3)
|
||||
resetTransform
|
||||
getLineDash
|
||||
setLineDash
|
||||
drawImage(Context, Image, float32, float32)
|
||||
drawImage2
|
||||
drawImage3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "3.1.3"
|
||||
version = "3.1.4"
|
||||
author = "Andre von Houck and Ryan Oldenburg"
|
||||
description = "Full-featured 2d graphics library for Nim."
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue