Skip to content

Commit

Permalink
fix(shape): Update shape-basic to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Feb 15, 2016
1 parent c699117 commit 2d98572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const shape = require('../lib/Image').create({
image: './examples/nodejs.png',
x: 'center',
y: 'middle',
width: '40%',
height: '20%',
preserveAspectRatio: true
width: 10,
height: 5,
preserveAspectRatio: false
});

shape.render(cursor);
Expand Down

0 comments on commit 2d98572

Please sign in to comment.