Skip to content
#

pdf

Here are 6,187 public repositories matching this topic...

🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~

  • Updated May 24, 2022
WeasyPrint
sander-deryckere
sander-deryckere commented Apr 28, 2022

When using a color value without commas (like style="color: hsl(180 100% 50%);"), the resulting color is black. While color values with a comma (like style="color: hsl(180, 100%, 50%);") work as expected.

Both should give the same results: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl

feature good first issue

Improve this page

Add a description, image, and links to the pdf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pdf topic, visit your repo's landing page and select "manage topics."

Learn more