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

Feat: Full support of CanvasContext2D.Path2D #684

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 10, 2024

  1. feat: support Path2D to js

    edmond-l-20230331 authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a6156d8 View commit details
    Browse the repository at this point in the history
  2. fix: fix compile.

    andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3e1300c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa2e9ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1c41c0 View commit details
    Browse the repository at this point in the history
  5. feat: add Path2D test case

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    413f9b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec10153 View commit details
    Browse the repository at this point in the history
  7. Fix: Path2D constructor

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    13e841e View commit details
    Browse the repository at this point in the history
  8. feat: add Path2D.roundRect API

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9b423b2 View commit details
    Browse the repository at this point in the history
  9. feat: add Path2D.roundRect API

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    21da2c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa682e4 View commit details
    Browse the repository at this point in the history
  11. feat: add test case roundRect

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    128087b View commit details
    Browse the repository at this point in the history
  12. fix: roundRect set scale 0.6

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    730872a View commit details
    Browse the repository at this point in the history
  13. feat: support DOMMatrixReadonly

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7c3dd70 View commit details
    Browse the repository at this point in the history
  14. fix: fix compile.

    andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    06dc554 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e79f886 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a3098b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58c4911 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    df50a53 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    75da5d3 View commit details
    Browse the repository at this point in the history
  20. feat: addPath support DOMMatrix

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    eadeee0 View commit details
    Browse the repository at this point in the history
  21. Feat: DOMMatrix multiply

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    76e53eb View commit details
    Browse the repository at this point in the history
  22. fix: compile error

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    26f4f11 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e4d04ad View commit details
    Browse the repository at this point in the history
  24. Fix: compile error

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ed65049 View commit details
    Browse the repository at this point in the history
  25. feat: add DOMPoint & DOMPointReadonly

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    68e0cad View commit details
    Browse the repository at this point in the history
  26. feat: add scaleNonUniform

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f2b8299 View commit details
    Browse the repository at this point in the history
  27. feat: add test DOMMatrix

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bf4be1b View commit details
    Browse the repository at this point in the history
  28. feat: add transformPoint

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e6498bb View commit details
    Browse the repository at this point in the history
  29. Fix: add constructor with binding object

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e156839 View commit details
    Browse the repository at this point in the history
  30. Fix: compile error

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3228100 View commit details
    Browse the repository at this point in the history
  31. feat: update add transformPoint

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ed77d44 View commit details
    Browse the repository at this point in the history
  32. Fix: transformPoint

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9bca98e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2916639 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2c53b37 View commit details
    Browse the repository at this point in the history
  35. fix: rotateFromVector

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4d76525 View commit details
    Browse the repository at this point in the history
  36. Fix: rotateAxisAngle

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cd5e492 View commit details
    Browse the repository at this point in the history
  37. Fix: fix some issue

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    68d71ab View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e1ce832 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    89f68d7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0871f6d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d11529c View commit details
    Browse the repository at this point in the history
  42. feat: add fromMatrix

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    63fd89a View commit details
    Browse the repository at this point in the history
  43. feat: dom_matrix

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ea5a1fa View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d751f7f View commit details
    Browse the repository at this point in the history
  45. feat: implement formMatrix in dart

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c691c51 View commit details
    Browse the repository at this point in the history
  46. feat: support DOMPoint.fromPoint

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d7fb6b7 View commit details
    Browse the repository at this point in the history
  47. Chore: remove console.log

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    68e4248 View commit details
    Browse the repository at this point in the history
  48. Fix: NaN assert_equals

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e0feb8a View commit details
    Browse the repository at this point in the history
  49. feat: add testcase

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fa29999 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4087515 View commit details
    Browse the repository at this point in the history
  51. feat: add context2d snapshot

    jwxbond authored and andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e8c549f View commit details
    Browse the repository at this point in the history
  52. fix: fix test spec mistake

    andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d79448c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    2fa53a9 View commit details
    Browse the repository at this point in the history
  54. fix: fix DOMPoint.fromPoint.

    andycall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    880d16d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b5cf622 View commit details
    Browse the repository at this point in the history