• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

excaliburjs / Excalibur / 11586203145
89%

Build:
DEFAULT BRANCH: main
Ran 30 Oct 2024 03:08AM UTC
Jobs 1
Files 221
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Oct 2024 03:04AM UTC coverage: 90.352% (+0.07%) from 90.287%
11586203145

push

github

web-flow
feat: Nine-slice Graphic (#3241)

- Added a new `ex.NineSlice` `Graphic` for creating arbitrarily resizable rectangular regions, useful for creating UI, backgrounds, and other resizable elements.
  ```typescript
  var nineSlice = new ex.NineSlice({
    width: 300,
    height: 100,
    source: inputTile,
    sourceConfig: {
      width: 64,
      height: 64,
      topMargin: 5,
      leftMargin: 7,
      bottomMargin: 5,
      rightMargin: 7
    },
    destinationConfig: {
      drawCenter: true,
      horizontalStretch: ex.NineSliceStretch.Stretch,
      verticalStretch: ex.NineSliceStretch.Stretch
    }
  });

  actor.graphics.add(nineSlice);
  ```

5852 of 7437 branches covered (78.69%)

109 of 116 new or added lines in 1 file covered. (93.97%)

12811 of 14179 relevant lines covered (90.35%)

25355.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11586203145.1 30 Oct 2024 03:08AM UTC 0
90.35
GitHub Action Run
Source Files on build 11586203145
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11586203145
  • c980349c on github
  • Prev Build on main (#11520349099)
  • Next Build on main (#11586203146)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc