danfickle / danfickle/openhtmltopdf
The border is set with dotted lines, and the pdf presents problems
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
The border is set with dotted lines(border-bottom:1px dashed #000). The interval displayed in the pdf is too short and looks like a straight line. How to adjust the dotted line interval by setting the line gradient
```html
.one {
background: linear-gradient(to right,transparent 0%, transparent 50%, #000 0%, #000 100%);
background-size: 8px 1px;
background-repeat: repeat-x;
}
asdfasdflasdfasdfllk
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.