Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Apr 12, 2024
1 parent 5eaec50 commit 7f61667
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"test-depends": [
],
"version": "0.0.5"
"version": "0.0.6"
}
2 changes: 1 addition & 1 deletion lib/PDF/To/Cairo.rakumod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified t/draw.pdf
Binary file not shown.
Binary file modified t/text.pdf
Binary file not shown.
Binary file modified t/xobject.pdf
Binary file not shown.

0 comments on commit 7f61667

Please sign in to comment.