Kozea/WeasyPrint

Dotted borders require a lot of PDF paths

Closed

#2526 aperta il 15 ago 2025

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Python (630 fork)batch import
good first issueperformance

Metriche repository

Star
 (6291 star)
Metriche merge PR
 (Merge medio 14g 23h) (10 PR mergiate in 30 g)

Descrizione

Tested under windows 11 with Weasyprint 65.1 and 66

66: 33.6 KB 65.1: 3.74 KB

<!DOCTYPE html>
<html>
  <head>
    <style>
      body {
        border: 1px dotted black;
      }
    </style>
  </head>
  <body>
  </body>
</html>

Guida contributor