Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Repeat Mode's to Image #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 2, 2014

  1. Added support for Repeat Mode's to Image

    I'm seeing scaling/rounding issues when using patterns to draw images.  Most sprites don't need texture wrapping turned on, so we should just use drawImage when no repeat is desired. 
    
    I was seeing a lot of artifacts on Safari and what I believe to be rounding issues due to hierarchical concatenation of transforms.
    
    Not sure if you are interested in this change, but I think it's pretty useful.
    stringa committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    43ab92e View commit details
    Browse the repository at this point in the history