Skip to content

Commit

Permalink
Add Loader.pdf-class() method
Browse files Browse the repository at this point in the history
To override inherited method from PDF core.
  • Loading branch information
dwarring committed Oct 11, 2024
1 parent 6b417c9 commit 47453b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PDF/Lite.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class PDF::Lite:ver<0.0.14> {
multi method load-delegate(Hash :$dict! where { from-ast($_) == 1 with .<PatternType> }) {
Tiling-Pattern
}
method pdf-class { PDF::Lite }
}
PDF::COS.loader = Loader;

Expand Down

0 comments on commit 47453b4

Please sign in to comment.