refactor: move inline double brushs stroke to helper#4194
refactor: move inline double brushs stroke to helper#4194grigoriy-reshetniak merged 1 commit intomainfrom
Conversation
Greptile SummaryThis PR refactors
Confidence Score: 5/5This PR is safe to merge — it is a pure refactoring with no functional changes to SVG output. The No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[SVG path string] --> B[doubleBrushStroke]
B --> C[\"path path\"]
C --> D[innerPath switch case]
C --> E[path data object]
D --> F[SVG renderer]
E --> F
style B fill:#d4edda,stroke:#28a745
Reviews (1): Last reviewed commit: "refactor: move inline double brushs stro..." | Re-trigger Greptile |
|
🎉 This PR is included in version 0.16.45 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It's inconvenient to write and support manual double brush strokes for SVG.