1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 6606927007 Fix URL handling with tinycss2
URLs used to be dedicated tokens in the CSS specification, but it’s now a
common function unless its value isn’t quoted.

tinycss2 1.1.0 includes this change, and WeasyPrint has to take care of these
two different tokens.
2020-11-21 19:24:43 +01:00
..
css Fix URL handling with tinycss2 2020-11-21 19:24:43 +01:00
formatting_structure Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
layout Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
tests Fix error messages in tests 2020-11-21 19:24:41 +01:00
__init__.py Put write_png in testing suite for license considerations 2020-10-26 17:26:01 +01:00
__main__.py Merge remote-tracking branch 'origin/master' into pydyf 2020-07-31 14:46:36 +02:00
document.py Put write_png in testing suite for license considerations 2020-10-26 17:26:01 +01:00
draw.py Fix page overflow 2020-08-01 17:08:00 +02:00
fonts.py Clean formatted strings 2020-05-30 15:55:44 +02:00
html.py Merge branch 'master' into pydyf 2020-10-23 12:36:03 +02:00
images.py Fix colors in repeating linear gradients 2020-10-25 20:18:13 +01:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
pdf.py When adding embedded files, the Catalog dictionary is extended with a Name entry only when there isn’t one. 2020-09-21 15:28:53 +02:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
text.py Merge branch 'master' into pydyf 2020-10-26 23:46:27 +01:00
urls.py Clean formatted strings 2020-05-30 15:55:44 +02:00
VERSION Support for post-processing by passing a finisher function to write_pdf 2020-04-08 23:46:11 +00:00