danfickle / danfickle/openhtmltopdf

The border is set with dotted lines, and the pdf presents problems

Open
#887 0 comments 0 reactions 0 assignees View on GitHub
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

```

![Snipaste_2022-11-18_17-45-21](https://user-images.githubusercontent.com/10164764/202673850-151bb395-ea3a-4b22-9544-0f18ce590612.jpg)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.