Opened 7 years ago
Closed 7 years ago
#9522 closed enhancement (fixed)
pycairo-1.15.0 (python module)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
1.15.0 - 2017-07-24
New Features:
Surface.map_to_image
and :meth:Surface.unmap_image
:bug:51
RasterSourcePattern
:bug:48
Glyph
:bug:53
Rectangle
:bug:54
TextCluster
:bug:61
ScaledFont.text_to_glyphs
and :meth:ScaledFont.glyph_extents
Context.show_text_glyphs
TextExtents
:bug:62
Changes:
context.get_target() == context.get_target()
Status.NO_MEMORY
no longer raise :exc:python3:MemoryError
, but a subclass of :exc:Error
and :exc:python3:MemoryError
. Similarly errors with :attr:Status.READ_ERROR
and :attr:Status.WRITE_ERROR
no longer raise :exc:python3:IOError
, but a subclass of :exc:Error
and :exc:python3:IOError
. :bug:55
Rectangle
, :class:Glyph
, :class:TextCluster
and :class:TextExtents