Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Properly size the canvas based on image size and rotation angle #275

Merged
merged 4 commits into from
Sep 7, 2019

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    65dce36 View commit details
    Browse the repository at this point in the history
  2. Added example

    The icon.html example shows a rotating Linux icon (512x512) with no clipping. Before the change, only the central portion of the icon would be visible.
    
    Linux demo icon comes from http://www.softicons.com/toolbar-icons/programmers-pack-icons-by-iconshock/linux-icon
    
    and is licensed as freeware.
    agpixdev committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1baa769 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Fix travis build error

    agpixdev committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    345e34b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Fix to include anchor offset

    Include the anchor offset in the canvas width & height determination. Updated example to show effect.
    agpixdev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    01bcfb0 View commit details
    Browse the repository at this point in the history