1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
Commit Graph

4165 Commits

Author SHA1 Message Date
Guillaume Ayoub
c931d1639b Remove useless xfail 2021-04-28 14:45:53 +02:00
Guillaume Ayoub
71c49b58d1 Don’t crash when UA stylesheets can’t be read
That’s the case when flit builds packages and tries to get the package version.
2021-04-27 22:51:11 +02:00
Guillaume Ayoub
c76e1a3ba6 Use pkgutil instead of manual ROOT to load data
It avoids useless code and should work with all the packagers.
2021-04-27 22:11:27 +02:00
Guillaume Ayoub
6069fcd61a Remove unused code 2021-04-26 18:03:59 +02:00
Guillaume Ayoub
51c673b343 Use almost the same code for gradients and patterns 2021-04-26 17:59:20 +02:00
Guillaume Ayoub
3ec32732aa Fix gradients and tests 2021-04-26 17:36:18 +02:00
Guillaume Ayoub
f804d59cf3 Fix font flags
Related to #630.
2021-04-26 15:06:35 +02:00
Guillaume Ayoub
5c82013c66 Update required pydyf version 2021-04-26 11:34:04 +02:00
Guillaume Ayoub
d1c1e9e69f Fix tests 2021-04-26 11:31:07 +02:00
Guillaume Ayoub
3de9ff408d Fix lint 2021-04-26 11:31:07 +02:00
Lucie Anglade
877440f49f
Merge pull request #1341 from jj-jitterbit/patch-1
Update support.rst
2021-04-23 00:18:36 +02:00
John Jackson
34a1d5690a
Update support.rst
Fix typos.
2021-04-22 12:26:16 -07:00
Guillaume Ayoub
1d34ef070f Add specific dependencies section in changelog
And talk about Flit too…
2021-04-22 13:11:40 +02:00
Guillaume Ayoub
e983d88284 Version 53.0b1 2021-04-22 12:56:13 +02:00
Guillaume Ayoub
eae3540c55 Merge branch 'pydyfsvg' 2021-04-22 12:29:04 +02:00
Guillaume Ayoub
79bb88932c Fix text rotation 2021-04-20 17:21:40 +02:00
Guillaume Ayoub
66f9720f9b Allow strokes for text 2021-04-20 17:15:17 +02:00
Guillaume Ayoub
a4a5342bfb Fix tspan 2021-04-20 17:05:05 +02:00
Guillaume Ayoub
b44bf650bd Forget shapes that are not drawn 2021-04-20 16:53:21 +02:00
Guillaume Ayoub
82047b08e1 Fix text position 2021-04-20 16:44:31 +02:00
Guillaume Ayoub
8cf54c56c6 Remove TODOS about PDF checks in tests
Testing PNG rendering is enough
2021-04-20 15:40:39 +02:00
Guillaume Ayoub
a90119d14a Remove TODO 2021-04-20 15:36:30 +02:00
Guillaume Ayoub
fdcdcef006 Fix test 2021-04-20 08:48:44 +02:00
Guillaume Ayoub
dc861c785a Add more tests for SVG images 2021-04-19 17:52:25 +02:00
Guillaume Ayoub
111191f7bc Rename folders and imports in tests 2021-04-19 17:15:53 +02:00
Guillaume Ayoub
6bf74c7de2 Remove unneeded line breaks 2021-04-18 19:11:44 +02:00
Guillaume Ayoub
7e164db984 Use colorsys instead of home-made color conversion 2021-04-18 19:11:23 +02:00
Guillaume Ayoub
0c0367b2f2 Use "stream" instead of "context" when possible
We already have stacking contexts and layout contexts, there’s no need to use
"context" for "streams-with-context" too.
2021-04-18 18:50:11 +02:00
Guillaume Ayoub
4c56bb0851 Fix text position 2021-04-18 18:10:40 +02:00
Guillaume Ayoub
e00e027c9c Fix SVG arcs 2021-04-18 18:01:56 +02:00
Guillaume Ayoub
3fc7273756 Test SVG bounding boxes 2021-04-18 17:20:07 +02:00
Lucie Anglade
f27a37c943 Test paths A a 2021-04-18 17:15:56 +02:00
Guillaume Ayoub
541ed24472 Test SVG images 2021-04-18 16:01:26 +02:00
Guillaume Ayoub
0935813e75 Don’t handle text on a path 2021-04-17 18:30:18 +02:00
Guillaume Ayoub
c3e05dd510 Fix test for Ss path 2021-04-17 18:20:54 +02:00
Lucie Anglade
89808b3aac Merge branch 'pydyfsvg' of github.com:Kozea/WeasyPrint into pydyfsvg 2021-04-17 18:16:31 +02:00
Lucie Anglade
ac46d68eaf Test paths Q q T t 2021-04-17 18:16:22 +02:00
Guillaume Ayoub
6391139040 Add tests for text 2021-04-17 18:15:26 +02:00
Lucie Anglade
9f1c7182f8 Fix error message 2021-04-17 18:09:27 +02:00
Guillaume Ayoub
496ca5b14d Update packaging information 2021-04-17 17:37:19 +02:00
Guillaume Ayoub
a033d86f61 Version 52.5 2021-04-17 17:29:16 +02:00
Guillaume Ayoub
3f1025ecec Merge branch 'pydyfsvg' of github.com:Kozea/WeasyPrint into pydyfsvg 2021-04-17 14:46:20 +02:00
Guillaume Ayoub
399413571e Draw crop and cross marks 2021-04-17 14:41:03 +02:00
Lucie Anglade
17c021038d Merge branch 'pydyfsvg' of github.com:Kozea/WeasyPrint into pydyfsvg 2021-04-17 12:49:37 +02:00
Lucie Anglade
6308c65b16 Test paths C c S s 2021-04-17 12:49:28 +02:00
Guillaume Ayoub
ab61859b40 Draw crop and cross marks 2021-04-17 12:31:22 +02:00
Guillaume Ayoub
d503bab165 Handle alpha in fill and stroke colors 2021-04-17 12:30:40 +02:00
Guillaume Ayoub
54fa4f95f5 Fix bug in matrix transformation 2021-04-17 12:29:48 +02:00
Lucie Anglade
acb2076a7a Test paths fill 2021-04-17 11:35:57 +02:00
Guillaume Ayoub
604ed6e99e Try to handle gradientTransform 2021-04-16 15:33:04 +02:00