raphamorim/origami.js

Flip function not working well

raphamorim opened this issue · 1 comments

Doesn't work well

.flip('horizontal')
.image('images/person.jpg', 0, 0, 200, 200)
.flipEnd()
.image('images/person.jpg', 0, 250, 200, 200)

Doesn't work well

.flip('vertical')

I think it's have some relationship with another issue #3