Kozea/WeasyPrint

Dotted borders require a lot of PDF paths

Open

#2,526 建立於 2025年8月15日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (6,291 star) (630 fork)batch import
good first issueperformance

描述

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>

貢獻者指南