Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wrap-stream-in-html): adds a gradient on highlighted edges (#878)
## Description - adds a gradient on highlighted edges (that appear on _hover_ or on _right click_) ## Motivation and Context This makes it easier to distinguish the 'from' and 'end' parts of the edge ## How Has This Been Tested? - [x] green ci - [x] eyeballs x examples ## Screenshots ### After <img width="758" alt="after" src="https://github.com/sverweij/dependency-cruiser/assets/4822597/35e56445-6c6d-47b6-a9d1-26d4e4e0ec4e"> ### Before <img width="758" alt="before" src="https://github.com/sverweij/dependency-cruiser/assets/4822597/7d651600-ee12-4798-bd77-0b0e2b0aa850"> ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Documentation only change - [ ] Refactor (non-breaking change which fixes an issue without changing functionality) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist - [x] 📖 - My change doesn't require a documentation update, or ... - it _does_ and I have updated it - [x] ⚖️ - The contribution will be subject to [The MIT license](https://github.com/sverweij/dependency-cruiser/blob/main/LICENSE), and I'm OK with that. - The contribution is my own original work. - I am ok with the stuff in [**CONTRIBUTING.md**](https://github.com/sverweij/dependency-cruiser/blob/main/.github/CONTRIBUTING.md).
- Loading branch information