Fix broken background in PlantUML WBS diagrams#2310
Fix broken background in PlantUML WBS diagrams#2310leonard84 merged 2 commits intospockframework:masterfrom
Conversation
In newer PlantUML versions, BackgroundColor at the wbsDiagram {} level
sets the diagram canvas background instead of the default node background.
Move BackgroundColor (and RoundCorner) into node {} blocks so they
correctly apply to nodes rather than the diagram canvas.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates PlantUML diagram styling syntax in documentation by wrapping BackgroundColor and RoundCorner properties within node selector blocks. The change standardizes CSS-like styling structure for WBS diagrams without altering semantic values or documentation content. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Greptile SummaryThis PR fixes PlantUML WBS diagram rendering issues in the documentation by moving
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 997932b |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2310 +/- ##
=========================================
Coverage 82.13% 82.13%
- Complexity 4794 4795 +1
=========================================
Files 469 469
Lines 14954 14954
Branches 1888 1888
=========================================
Hits 12283 12283
Misses 1984 1984
Partials 687 687 🚀 New features to boost your workflow:
|
In newer PlantUML versions, BackgroundColor at the wbsDiagram {} level sets the diagram canvas background instead of the default node background. Move BackgroundColor (and RoundCorner) into node {} blocks so they correctly apply to nodes rather than the diagram canvas.
Summary by CodeRabbit