Skip to content

Commit

Permalink
Remove beginPath function.
Browse files Browse the repository at this point in the history
PDF subpaths are begun automatically by moveTo. Was causing issues with opening and printing some PDFs in Adobe Reader.
  • Loading branch information
devongovett committed May 17, 2012
1 parent 898eb5d commit 273f704
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mixins/vector.coffee
Expand Up @@ -10,9 +10,6 @@ module.exports =
restore: ->
@addContent 'Q'

beginPath: ->
@addContent 'm'

closePath: ->
@addContent 'h'

Expand Down

0 comments on commit 273f704

Please sign in to comment.