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

Supporting different alphas for face and edge colours #1954

Merged
merged 8 commits into from May 11, 2013

Commits on May 3, 2013

  1. Failing tests.

    pelson authored and Westacular committed May 3, 2013
    Copy the full SHA
    ae5c2f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e7399f View commit details
    Browse the repository at this point in the history
  3. Fixes bug where if alpha is set and edgecolor='none', edges would sti…

    …ll be rendered as black.
    
    Also fixes test case result that hit this bug
    Westacular committed May 3, 2013
    Copy the full SHA
    1aefc52 View commit details
    Browse the repository at this point in the history
  4. Changes backends to support of independent face and edge alphas

    Specifically, alters the base, AGG, PDF, PGF, SVG, Cairo, and Mac OS X
    backends to better enable the use of RGBA color values for both fills
    and edges. An explicit alpha attribute, if set, will override the
    alpha channels of the color values.
    
    Updates test results, which are now what would be expected.
    
    Also fixes a couple bugs with handling of linestyles.
    Westacular committed May 3, 2013
    Copy the full SHA
    6cc8aaa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a7f7cc7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2013

  1. Copy the full SHA
    cd18645 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    71e9ad9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2013

  1. Copy the full SHA
    ba1f673 View commit details
    Browse the repository at this point in the history