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

Add 'get' canvas functions to ranges #79

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

Commits on Feb 12, 2021

  1. Create canvas functions for range type

    - Create getCanvases, getCanvasById, getCanvasByIndex functions for the range type
    MImranAsghar committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    b9136d9 View commit details
    Browse the repository at this point in the history
  2. Move getCanvasById function from ...

    sequence to range as well
    - Add test for getCanvasById range
    MImranAsghar committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    45f71e7 View commit details
    Browse the repository at this point in the history
  3. Update getCanvases to assign correct ...

    ... index to each canvas in range
    MImranAsghar committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d0a54a6 View commit details
    Browse the repository at this point in the history
  4. Add functionality to handle fragments in ...

    ... ranges when getting canvases
    MImranAsghar committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    53a2e81 View commit details
    Browse the repository at this point in the history