Skip to content

Commit

Permalink
fix svg export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
snorpey committed Dec 12, 2014
1 parent d20cbbc commit d6ccbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/process.js
Expand Up @@ -156,7 +156,7 @@ define(
png: canvas.toDataURL( 'image/png' ),
svg: {
triangles: triangles,
size : { width: canvas.width, height: canvas.height }
size : { width: canvas.width / pxratio, height: canvas.height / pxratio }
}
};

Expand Down

0 comments on commit d6ccbdb

Please sign in to comment.