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

Unify background placement code #19651

Merged
merged 2 commits into from Jan 2, 2018
Merged

Commits on Dec 28, 2017

  1. Unify background placement code

    Merges the implementations for background-image placement
    from gradients and images. Add missing parts and fix bugs.
    
    Now supported are the CSS properties:
    
    * background-attachment (except for local value)
    * background-clip
    * background-origin
    * background-position-x/y
    * background-repeat
    * background-size
    
    It should be noted that backgrounds are not clipped to
    rounded border corners.
    pyfisch committed Dec 28, 2017

Commits on Jan 2, 2018

  1. Test with fixes for background repeat: spaced

    Test the interaction between background-repeat: spaced
    and CSS borders. Fix tile_image_axis() function.
    pyfisch committed Jan 2, 2018
You can’t perform that action at this time.