Commit ec91829
committed
Don't linewrap css in svg header.
Output the tiny bit of CSS in every SVG header as
```xml
<style type="text/css">*{stroke-linecap:butt;stroke-linejoin:round;}</style>
```
instead of the slightly weirdly indented
```
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
```1 parent a8831d5 commit ec91829
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
| 433 | + | |
436 | 434 | | |
437 | 435 | | |
438 | 436 | | |
| |||
0 commit comments