Skip to content

Commit

Permalink
Merge pull request #75 from tofutim/master
Browse files Browse the repository at this point in the history
Fix for Acrobat Reader crash on undash
  • Loading branch information
devongovett committed Jun 21, 2012
2 parents 273f704 + e6fb9f0 commit 424fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/vector.coffee
Expand Up @@ -46,7 +46,7 @@ module.exports =
@addContent "[#{length} #{space}] #{phase} d"

undash: ->
@addContent "[null null] 0 d"
@addContent "[] 0 d"

moveTo: (x, y) ->
y = @page.height - y
Expand Down

0 comments on commit 424fa81

Please sign in to comment.