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

Fix canvas sizing with cases that use the css property transform #11310

Merged
merged 23 commits into from
Dec 14, 2021

Commits on Nov 23, 2021

  1. Implemented calculation to calculate container dimensions if transfor…

    …m is used
    avpeery committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8ade6e1 View commit details
    Browse the repository at this point in the history
  2. fixed flow issue

    avpeery committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a4a0faf View commit details
    Browse the repository at this point in the history
  3. Fixed calculation, improved debug page

    avpeery committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a2f2709 View commit details
    Browse the repository at this point in the history
  4. improve comments

    avpeery committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e858317 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. formatting

    avpeery committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b02190f View commit details
    Browse the repository at this point in the history
  2. removed comment

    avpeery committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    28e7d49 View commit details
    Browse the repository at this point in the history
  3. removed comment

    avpeery committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    705824e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

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

Commits on Nov 30, 2021

  1. fixed calculation for transform css scaling

    avpeery committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    15c3407 View commit details
    Browse the repository at this point in the history
  2. change to single quotes

    avpeery committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    baf9ff7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. unit test added

    avpeery committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    341ee74 View commit details
    Browse the repository at this point in the history
  2. moved default container widht/height values

    avpeery committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7895c4c View commit details
    Browse the repository at this point in the history
  3. Fixed scale calculation to cover other transform uses: rotate, skew, …

    …matrix, translate
    avpeery committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a595e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cefb2dd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. inlining getTransformValues

    avpeery committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    a1b77fe View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Added private method to access container dimensions, removed addition…

    …al return statement
    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9d0834a View commit details
    Browse the repository at this point in the history
  2. fixed lint issue

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d9ca343 View commit details
    Browse the repository at this point in the history
  3. address flow issues

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a51f059 View commit details
    Browse the repository at this point in the history
  4. typo

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    6063e5e View commit details
    Browse the repository at this point in the history
  5. remove return type for updateContainerDimensions

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ee497a8 View commit details
    Browse the repository at this point in the history
  6. quick return if not container

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f8d83dc View commit details
    Browse the repository at this point in the history
  7. removed 'current' from getter

    avpeery committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    425c347 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. remove getter method to simplify code

    avpeery committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    6b4fd32 View commit details
    Browse the repository at this point in the history