Kozea/WeasyPrint

Dotted borders require a lot of PDF paths

已關閉

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

 (4 則留言) (0 個反應) (0 位負責人)Python (630 個分叉)batch import
good first issueperformance

倉庫指標

星標
 (6,291 顆星)
PR 合併指標
 (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>

貢獻者指南