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

visgl / deck.gl / 33448350915
82%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2026 11:01PM UTC
Jobs 1
Files 418
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

31 Aug 2026 10:54PM UTC coverage: 82.318% (+0.06%) from 82.263%
33448350915

push

github

web-flow
fix(extensions): align billboard, 3D, justified, and offset dashes (#10580)

* test(extensions): add dash rendering baseline matrix for PathStyleExtension

Adds a render-test matrix and an interactive app for PathStyleExtension dashing,
covering segment density, dash arrays, corners, zoom levels, device pixel ratio,
3D elevation and billboard/flat parity.

The golden images record current behavior, defects included, so that subsequent
work shows up as a direct image diff. Measured from these goldens with
getDashArray [4, 5]:

- Six strips drawing the identical straight line diverge purely by vertex count.
  1, 2 and 4 segments dash correctly at a 43.4px period, 12 segments drifts to
  55.4px, and 40 and 120 segments render fully solid. Dash phase restarts at
  every vertex, so once a segment is shorter than one dash period nothing is
  discarded.
- dashJustified collapses the same way; justification is also per segment.
- highPrecisionDash renders all six strips identically and correctly, confirming
  the continuous-arclength mechanism works and is merely opt-in.
- billboard: true combined with highPrecisionDash is broken: the same geometry
  renders solid when dense and at a 52.0px period, 1.5x too long, when sparse,
  against 34.8px for the flat copy.
- Dash length grows along paths that climb in Z, because the CPU accumulates 3D
  distance while the shader coordinate measures 2D.

No source changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014GipN1niYRgRuLVat2wujw

* test: recreate dash layers when dashMode changes

* test(extensions): add default dash path variants

* test(extensions): isolate 3D dash arclength

* test(extensions): cover pitched rounded billboard dashes

* test(extensions): separate path variant fixtures

* test(extensions): capture continuous offset dash baseline

* fix(extensions): make dashes match between billboard and flat paths

Dashing measured its along-path coor... (continued)

8645 of 11034 branches covered (78.35%)

Branch coverage included in aggregate %.

109 of 120 new or added lines in 3 files covered. (90.83%)

15018 of 17712 relevant lines covered (84.79%)

18288.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
88.39
-10.02% modules/extensions/src/path-style/path-style-extension.ts
1
75.38
11.54% modules/layers/src/path-layer/path-layer.ts
Jobs
ID Job ID Ran Files Coverage
1 33448350915.1 31 Aug 2026 11:01PM UTC 418
82.32
GitHub Action Run
Source Files on build 33448350915
  • Tree
  • List 418
  • Changed 7
  • Source Changed 5
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33448350915
  • 0779ac40 on github
  • Prev Build on master (#33434903315)
  • Next Build on master (#33461576874)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc