Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cetz-package/cetz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: halbuer/cetz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 20, 2025

  1. shapes: Add bbox primitive (rect as aabb)

    Drawing a border around several elements is a common task when creating
    scientific drawings to indicate logical connection. The bbox shape is a
    wrapper for the existing rect primitive that calculates an axis aligned
    bounding box for a given collection of coordinates or elements.
    If a shape is given, all of its anchors are taken into account for
    aabb calculation.
    
    The padding attribute can be used to specify inner spacing of the
    bounding box. All other styling attributes are forwarded to the rect.
    halbuer committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    3b5ef0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eab364 View commit details
    Browse the repository at this point in the history
  3. rect-around: add docs

    halbuer committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    98b8736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3dea13 View commit details
    Browse the repository at this point in the history
  5. rect-around: add tests

    halbuer committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    0f543aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fcb8a7 View commit details
    Browse the repository at this point in the history
Loading