Fix filled arrowhead color for lines#33750
Conversation
📝 WalkthroughWalkthroughThis PR modifies arrow hook fill color rendering in 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsLinked repositories: Your configuration references 1 linked repositories, but your current plan allows 0. Analyzed ``, skipped Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Resolves: #33723
Filled arrowheads for lines used the item color instead of the effective line color.
This PR uses the same color for filled begin/end arrowheads as the line body.
Manual test:
Changed a line color and confirmed that the filled arrowhead follows it.