diff --git a/Changes b/Changes index e97d051..8fac22c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for PDF-To-Cairo {{$NEXT}} +0.0.6 2024-04-13T05:37:47+12:00 + - Remove invocation of deprecated new-gfx() method + 0.0.5 2023-08-03T09:23:31+12:00 - Use PDF::Content 0.6.13+ text-flow features - Fix rendering of invisible text diff --git a/META6.json b/META6.json index 79b3182..7c6cfc6 100644 --- a/META6.json +++ b/META6.json @@ -25,5 +25,5 @@ ], "test-depends": [ ], - "version": "0.0.5" + "version": "0.0.6" } diff --git a/lib/PDF/To/Cairo.rakumod b/lib/PDF/To/Cairo.rakumod index 152d3d3..6d965c4 100644 --- a/lib/PDF/To/Cairo.rakumod +++ b/lib/PDF/To/Cairo.rakumod @@ -1,6 +1,6 @@ use v6; -class PDF::To::Cairo:ver<0.0.5> { +class PDF::To::Cairo:ver<0.0.6> { # A lightweight draft renderer for PDF via Cairo to PNG, SVG, etc # Aim is preview output for PDF::Content generated PDF's diff --git a/t/draw.pdf b/t/draw.pdf index 7322d3d..9ad5996 100644 Binary files a/t/draw.pdf and b/t/draw.pdf differ diff --git a/t/text.pdf b/t/text.pdf index 4d532bf..111b922 100755 Binary files a/t/text.pdf and b/t/text.pdf differ diff --git a/t/xobject.pdf b/t/xobject.pdf index 730ecd4..c88ddba 100755 Binary files a/t/xobject.pdf and b/t/xobject.pdf differ