danfickle / danfickle/openhtmltopdf
linear-gradient without gradation do gradation
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
```html
linear-gradient
div {
height: 100px;
background-image: linear-gradient(45deg, blue 50%, red 50%);
}
```
With the previous code, in the [browsers](https://jsbin.com/sahapekace/edit?html,output) the passage from blue to red is short:

Openhtmltopdf generates a PDF with a gradation:

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