Kozea/WeasyPrint

Dotted borders require a lot of PDF paths

Closed

#2.526 aberto em 15 de ago. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Python (630 forks)batch import
good first issueperformance

Métricas do repositório

Stars
 (6.291 stars)
Métricas de merge de PR
 (Mesclagem média 14d 23h) (10 fundiu PRs em 30d)

Description

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>

Guia do colaborador