Kozea/WeasyPrint

Dotted borders require a lot of PDF paths

Closed

#2,526 创建于 2025年8月15日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (630 fork)batch import
good first issueperformance

仓库指标

Star
 (6,291 star)
PR 合并指标
 (平均合并 14天 23小时) (30 天内合并 10 个 PR)

描述

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>

贡献者指南