Merge pull request #375 from guzba/master

3.1.4 + export line dash on context
This commit is contained in:
treeform 2022-02-05 20:19:52 -08:00 committed by GitHub
commit 0843b26250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -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 }}

View file

@ -277,6 +277,8 @@ exportRefObject Context:
setTransform
transform(Context, Mat3)
resetTransform
getLineDash
setLineDash
drawImage(Context, Image, float32, float32)
drawImage2
drawImage3

View file

@ -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"