Skip to content

Releases: TamasSzekeres/cairo-cr

v1.0.3

12 Jun 16:26
Compare
Choose a tag to compare

Fixed

  • change return type of LibCairo::pop_group_to_source to Void
  • invalid function call in Context::pop_group_to_source (thanks, @aravindavk)

v1.0.2

02 May 06:52
Compare
Choose a tag to compare

Fixed

  • missing argument in Context::set_source_surface (thanks, @aravindavk)

v1.0.1

22 Jan 19:25
859d95b
Compare
Choose a tag to compare

Fixed

v1.0.0

13 Apr 21:32
Compare
Choose a tag to compare
  • Updated to Crystal 1.0.0

Added

  • Documentation
  • Pdf types:
    • PdfOutlineFlags
    • PdfMetadata
  • Pdf functions:
    • PdfSurface#set_metadata
    • PdfSurface#set_page_label
    • PdfSurface#set_thumbnail_size
  • Svg type:
    • SvgUnit
  • Svg functions:
    • SvgSurface#document_unit
    • SvgSurface#document_unit=

v0.3.0

13 Oct 17:09
Compare
Choose a tag to compare
  • Updated to Crystal 0.31.1

Fixed

  • Must rename unsafe_at to unsafe_fetch in Cairo::RectangleList (#8, thanks @DmitryBochkarev)

v0.2.2

17 Jun 15:11
Compare
Choose a tag to compare

Fixed

  • namespace missing in Context::initializer (#7, thanks @hodefoting)

v0.2.1

21 Mar 06:58
Compare
Choose a tag to compare

Fixed

v0.2.0

21 Jan 09:18
Compare
Choose a tag to compare

Added

  • High level classes and structs.

Changed

  • (breaking change) Low level binding moved to C namespace
  • (breaking change) Cairo binding class renamed to LibCairo

v0.1.0

18 May 19:45
Compare
Choose a tag to compare
fix: rename sample-window.png -> simple-window.png