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

Improve piet-coregraphics #528

Merged
merged 9 commits into from
Nov 17, 2022

Commits on Aug 17, 2022

  1. Fix drawing of cropped images

    Calls CoreGraphicsContext::draw_image() from CoreGraphicsContext::draw_image_area() after cropping the image.
    longmathemagician committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    51d2729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2174dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f7dc71 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    5df4eec View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    56ea574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486153f View commit details
    Browse the repository at this point in the history
  3. Update test case

    longmathemagician committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ca0f200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5abbb1 View commit details
    Browse the repository at this point in the history
  5. Rename CoreGraphicsImage::as_ref to CoreGraphicsImage::as_cgimage so …

    …as to not conflict with as_ref trait
    
    Edit: Fix typo in commit message
    longmathemagician committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    73a44fb View commit details
    Browse the repository at this point in the history