1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 231736d73e Use the original SVG tree when drawing patterns
In Pattern, we want self.tree to be the pattern tree when we call draw(), but
we want self.tree to be the original SVG tree for everything else, like finding
defs.

This commit replaces self.tree with the original SVG tree after we call draw().

Fix #1394.
2021-07-12 11:42:07 +02:00
..
css Fix crash with borders whose widths are in em 2021-06-13 08:07:46 +02:00
formatting_structure Make Style inherit from dict 2021-05-08 00:48:58 +02:00
layout Fix padding for columns 2021-07-11 17:40:02 +02:00
svg Use the original SVG tree when drawing patterns 2021-07-12 11:42:07 +02:00
text Remove useless variable 2021-05-09 19:56:13 +02:00
__init__.py Version 53.0b2 2021-05-30 19:29:00 +02:00
__main__.py Re-add deprecated CLI options 2021-04-28 15:15:35 +02:00
document.py Handle stroke-opacity and fill-opacity 2021-06-02 20:35:06 +02:00
draw.py Handle stroke-opacity and fill-opacity 2021-06-02 20:35:06 +02:00
html.py Improve SVG support 2021-04-30 18:13:08 +02:00
images.py Handle stroke-opacity and fill-opacity 2021-06-02 20:35:06 +02:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
urls.py Add a lot of documentation 2021-02-18 21:03:40 +01:00