Commit 6ce3af4
committed
Fix failing CI for
- Simplify the dash line styling implementation by replacing the single `.style()` call with an object parameter with chained `.style()` method calls
- Set `stroke-dasharray` to `null` when dash is falsy to properly clear the style rather than setting it to an empty or undefined value
- Improve code readability through method chaining patterntext_on_shapes_basic pixel comparison1 parent 26eecd9 commit 6ce3af4
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 196 | + | |
| 197 | + | |
200 | 198 | | |
201 | 199 | | |
202 | 200 | | |
| |||
0 commit comments