Skip to content

Commit

Permalink
Merge branch 'release/3.4.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed Jan 17, 2019
2 parents ba84225 + 38d0237 commit f09800e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dxf",
"version": "3.4.3",
"version": "3.4.4",
"description": "DXF parser for node/browser",
"main": "lib/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions test/unit/denormalise.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ describe('Denormalise', () => {
const entities = denormalise(parsed)
expect(entities.length).toEqual(14)
expect(entities[3].transforms).toEqual([
{ x: 0, y: 0, xScale: 2, yScale: 2, rotation: 0 },
{ x: 175, y: 25, xScale: 0.5, yScale: 0.5, rotation: 0 }
{ x: 0, y: 0, xScale: 2, yScale: 2, zScale: 0, rotation: 0 },
{ x: 175, y: 25, xScale: 0.5, yScale: 0.5, zScale: 0, rotation: 0 }
])
})
})

0 comments on commit f09800e

Please sign in to comment.