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

docs update tofor canvas.stroke(path2D) in drawing_paths.rst #356

Closed
wants to merge 12 commits into from

Commits on Sep 4, 2024

  1. Add stroke path to Path2D interface per html canvas spec (#1)

    * add stroke(path: Path2D) form to canvas
    
    ---------
    
    Co-authored-by: Chris Lee-Messer <chris@lee-messer.net>
    2 people authored and martinRenou committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ca688f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add visual test of canvas.stroke(path)

    Chris Lee-Messer committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    50c05a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c441fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b1fc3 View commit details
    Browse the repository at this point in the history
  4. black ipycanvas/canvas.py

    Chris Lee-Messer committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e7c8937 View commit details
    Browse the repository at this point in the history
  5. fix bug falling through to fillPath-add missing break

    Chris Lee-Messer committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d10f638 View commit details
    Browse the repository at this point in the history
  6. initial documentation stroke(Path2D)

    Chris Lee-Messer committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    aa16f26 View commit details
    Browse the repository at this point in the history
  7. update initial stroke(path) uitest to replicate SVG fig

    Chris Lee-Messer committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e1985dc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. black format code block in drawing_paths.rst

    Chris Lee-Messer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b6ef638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc62c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    137c6e1 View commit details
    Browse the repository at this point in the history
  4. drawing paths suggested doc edit

    Chris Lee-Messer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    58b4973 View commit details
    Browse the repository at this point in the history