File: CHANGES.md

package info (click to toggle)
python-rlpycairo 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 112 kB
  • sloc: python: 391; makefile: 7
file content (52 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
CHANGES
=======

This is a summary of changes made to the rlPyCairo source code for each release.
Please refer to mercurial backlogs (using the release dates) for more details.

Full code is available using mercurial see https://hg.reportlab.com/hg-public/rlPyCairo,

The contributors lists are in no order and apologies to those accidentally not
mentioned. If we missed you, please let us know!

CHANGES  0.3.0	 02/06/2023
---------------------------
	* possible pixBuf fixes for bigendian (untested)

CHANGES  0.2.0	 15/12/2022
---------------------------
	* allow usage of \_rl\_renderPM / \_renderPM in \_text2PathDescription
    * switch to pyproject.toml based packaging

CHANGES  0.1.0	 17/10/2022
---------------------------
	* added pil2pict functionality
	* allow import & use of FTTextPath if available

CHANGES  0.0.8	 02/09/2022
---------------------------
	* fix ctm handling
	* make GState fill_rule_values a tuple

CHANGES  0.0.7	 05/03/2021
---------------------------
	* ensure compatibility with pycairo and cairocffi
	* fix up the MANIFEST properly
	* fixes to README etc

CHANGES  0.0.3	 24/02/2021
---------------------------
	* minor fixes to dash array and the slow path based drawString

CHANGES  0.0.2	 22/02/2021
---------------------------
	* handle shapes.Image

CHANGES  0.0.1	 22/02/2021
---------------------------
	* initial working version after using ctx for context rather than canv
	* TODO: handle shapes.Image

CONTRIBUTORS
------------
Claude Paroz: contribution of example which force the attempt to co-opt PyCairo