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

Images - oneCellAnchor #135

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

Commits on Aug 26, 2023

  1. Images

    The previous work in xou#124 by @ngscheurich and @joseustra
    was using a twoCellAnchor but that's quite tricky
    to get right.
    
    This is now using a oneCellAnchor to make the
    calculations much simpler.
    
    The api is almost the same, but you don't need to add
    any emu based values for offsets. You can also align
    the image from the right of a cell. That's something
    I needed but you also have to take the max character
    width into account.
    
    Also added a few extra tests for a few basic files.
    
    I also fixed the formula because it didn't work
    in the example file.
    krishandley committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d601c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    4c2e710 View commit details
    Browse the repository at this point in the history
  2. Update warnings

    krishandley committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    220c975 View commit details
    Browse the repository at this point in the history