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

refactor(): Pattern Gradient transform #8263

Open
wants to merge 119 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 5, 2022

  1. Update .npmignore

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    03d94c3 View commit details
    Browse the repository at this point in the history
  2. Update transform_files.js

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3bf941b View commit details
    Browse the repository at this point in the history
  3. migrate

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e705694 View commit details
    Browse the repository at this point in the history
  4. types

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    91a1996 View commit details
    Browse the repository at this point in the history
  5. Update pattern.class.ts

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    433bdcd View commit details
    Browse the repository at this point in the history
  6. Update pattern.js

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    06c7afd View commit details
    Browse the repository at this point in the history
  7. Update pattern.class.ts

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c121239 View commit details
    Browse the repository at this point in the history
  8. fix(): toSVG source value

    This line was missed in #6296
    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    482ded8 View commit details
    Browse the repository at this point in the history
  9. Update pattern.class.ts

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    16ddc8c View commit details
    Browse the repository at this point in the history
  10. cleanup

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    97127a1 View commit details
    Browse the repository at this point in the history
  11. safeguard nan

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c9f65ce View commit details
    Browse the repository at this point in the history
  12. fix svg exporting

    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ba43568 View commit details
    Browse the repository at this point in the history
  13. Revert "fix svg exporting"

    This reverts commit ba43568.
    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    cbfb8dd View commit details
    Browse the repository at this point in the history
  14. Revert "Update .npmignore"

    This reverts commit 03d94c3.
    ShaMan123 committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6ca7c30 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Update pattern.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    93a6580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348cef3 View commit details
    Browse the repository at this point in the history
  3. Update .browserslistrc

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4f8701a View commit details
    Browse the repository at this point in the history
  4. Update object.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    79c1e2e View commit details
    Browse the repository at this point in the history
  5. patch pattern

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    98e429a View commit details
    Browse the repository at this point in the history
  6. deploy Filler.buildPath

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1f30286 View commit details
    Browse the repository at this point in the history
  7. Update point.js

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b82f35d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dc0c6c View commit details
    Browse the repository at this point in the history
  9. Update object.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9fd6446 View commit details
    Browse the repository at this point in the history
  10. fix canvas pattern

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    826c939 View commit details
    Browse the repository at this point in the history
  11. toJSON

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fa8cbc1 View commit details
    Browse the repository at this point in the history
  12. Update Filler.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    030d7cc View commit details
    Browse the repository at this point in the history
  13. fix(): use DOMMatrix

    `node-canvas` and chrome accept only `DOMMatrix`
    
    https://bugs.chromium.org/p/chromium/issues/detail?id=289572#c31
    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ae4e204 View commit details
    Browse the repository at this point in the history
  14. Update text.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    34b625f View commit details
    Browse the repository at this point in the history
  15. Update text.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    80521b5 View commit details
    Browse the repository at this point in the history
  16. Update Filler.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1928537 View commit details
    Browse the repository at this point in the history
  17. bump node-canvas

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6d6616d View commit details
    Browse the repository at this point in the history
  18. Update text.js

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0752007 View commit details
    Browse the repository at this point in the history
  19. goldens

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3aba3ae View commit details
    Browse the repository at this point in the history
  20. Update text.js

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fddef63 View commit details
    Browse the repository at this point in the history
  21. Update text.js

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    08c6e53 View commit details
    Browse the repository at this point in the history
  22. Update gradient.class.ts

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9c26bda View commit details
    Browse the repository at this point in the history
  23. better golden

    ShaMan123 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bbb7c91 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Update text.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    68638f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118c175 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7fa6321 View commit details
    Browse the repository at this point in the history
  4. Update Filler.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    84a3935 View commit details
    Browse the repository at this point in the history
  5. Update gradient.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5d91f7a View commit details
    Browse the repository at this point in the history
  6. refactor Filler

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ec1cd6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d4e22c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    719133c View commit details
    Browse the repository at this point in the history
  9. Update gradient.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c4e43d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0acfe32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e55b75 View commit details
    Browse the repository at this point in the history
  12. refactor

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    78f31d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    576e69f View commit details
    Browse the repository at this point in the history
  14. Update gradient.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3063ab6 View commit details
    Browse the repository at this point in the history
  15. Update text9.png

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c474099 View commit details
    Browse the repository at this point in the history
  16. cleanup

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a0f58ea View commit details
    Browse the repository at this point in the history
  17. Update text.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    402fd81 View commit details
    Browse the repository at this point in the history
  18. Update text.js

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a2c5a97 View commit details
    Browse the repository at this point in the history
  19. goldens

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    93aa50d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    04745f2 View commit details
    Browse the repository at this point in the history
  21. hack canvas gradient

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2988f76 View commit details
    Browse the repository at this point in the history
  22. fix canvas hack

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    03f068d View commit details
    Browse the repository at this point in the history
  23. fix vpt transform

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    54f89b7 View commit details
    Browse the repository at this point in the history
  24. instanceof

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    aedf21b View commit details
    Browse the repository at this point in the history
  25. sinon

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8b36be2 View commit details
    Browse the repository at this point in the history
  26. Update gradient.js

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    17743c2 View commit details
    Browse the repository at this point in the history
  27. cleanup sinon

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    81aec2f View commit details
    Browse the repository at this point in the history
  28. Update pattern.js

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8f80c91 View commit details
    Browse the repository at this point in the history
  29. less accuracy for chrome

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    855117f View commit details
    Browse the repository at this point in the history
  30. goldens

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f9266d1 View commit details
    Browse the repository at this point in the history
  31. Revert "goldens"

    This reverts commit f9266d1.
    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fc94ff8 View commit details
    Browse the repository at this point in the history
  32. cleanup

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5708b80 View commit details
    Browse the repository at this point in the history
  33. rename test

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    632197b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4f785f8 View commit details
    Browse the repository at this point in the history
  35. Update gradient.class.ts

    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    57466d2 View commit details
    Browse the repository at this point in the history
  36. dep(): point type

    for usage as a spread object e.g. `{ type: 'rect', ...point, foo: bar }` (`type` is a sensitive word in fabric)
    ShaMan123 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    04c0913 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Update point.js

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d18c1bd View commit details
    Browse the repository at this point in the history
  2. m

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    274f19b View commit details
    Browse the repository at this point in the history
  3. tests

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2227fe3 View commit details
    Browse the repository at this point in the history
  4. m

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    28284e4 View commit details
    Browse the repository at this point in the history
  5. Update filler.js

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    496d87a View commit details
    Browse the repository at this point in the history
  6. f

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    cd72650 View commit details
    Browse the repository at this point in the history
  7. cleanup

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2e8bb94 View commit details
    Browse the repository at this point in the history
  8. Update filler.js

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    9e95d3d View commit details
    Browse the repository at this point in the history
  9. BREAKING: canvas gradient transform consistency

    is this a regression?
    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ad4863d View commit details
    Browse the repository at this point in the history
  10. Update gradient.class.ts

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2dc62b4 View commit details
    Browse the repository at this point in the history
  11. fix(): percentage offset

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    0866887 View commit details
    Browse the repository at this point in the history
  12. Update generic_rendering.js

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2853871 View commit details
    Browse the repository at this point in the history
  13. Update filler.js

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    3e1be9c View commit details
    Browse the repository at this point in the history
  14. goldens

    ShaMan123 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    14445e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. extract to file

    ShaMan123 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    86372b9 View commit details
    Browse the repository at this point in the history
  2. add tests

    ShaMan123 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f3b0114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0f8bee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Update gradient.class.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bb597bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0f188 View commit details
    Browse the repository at this point in the history
  3. prettier

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c39ba47 View commit details
    Browse the repository at this point in the history
  4. multiplyTransformMatrices2

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    193b114 View commit details
    Browse the repository at this point in the history
  5. progress

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    10f0f16 View commit details
    Browse the repository at this point in the history
  6. cleanup

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5b8040e View commit details
    Browse the repository at this point in the history
  7. Update gradient.class.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    34bf621 View commit details
    Browse the repository at this point in the history
  8. golden cleanup

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    be866df View commit details
    Browse the repository at this point in the history
  9. refactor

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    35c3f70 View commit details
    Browse the repository at this point in the history
  10. Update visualTestLoop.js

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    16d3f7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef4fc8f View commit details
    Browse the repository at this point in the history
  12. Update visualTestLoop.js

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    95d4442 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab204e2 View commit details
    Browse the repository at this point in the history
  14. goldens

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    67052a1 View commit details
    Browse the repository at this point in the history
  15. goldens

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3a9cd6a View commit details
    Browse the repository at this point in the history
  16. Update gradient.js

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9cf7bb0 View commit details
    Browse the repository at this point in the history
  17. Update gradient.class.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    04c0ce3 View commit details
    Browse the repository at this point in the history
  18. m

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    00dd4cb View commit details
    Browse the repository at this point in the history
  19. shear!

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4cf38bb View commit details
    Browse the repository at this point in the history
  20. Update gradient.js

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    bd42d70 View commit details
    Browse the repository at this point in the history
  21. Update matrix.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ccabbcf View commit details
    Browse the repository at this point in the history
  22. Update matrix.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2117538 View commit details
    Browse the repository at this point in the history
  23. Update gradient.class.ts

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    db39925 View commit details
    Browse the repository at this point in the history
  24. Update gradient.js

    ShaMan123 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9d7b800 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. pick to super

    ShaMan123 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b42472d View commit details
    Browse the repository at this point in the history
  2. x

    ShaMan123 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    02382d0 View commit details
    Browse the repository at this point in the history
  3. Update gradient.class.ts

    ShaMan123 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fe3045e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. g

    ShaMan123 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e39eed4 View commit details
    Browse the repository at this point in the history
  2. Update gradient.class.ts

    ShaMan123 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    522d48d View commit details
    Browse the repository at this point in the history