raku-community-modules / GD

Raku interface to the Gd graphics library.
Artistic License 2.0
2 stars 6 forks source link

Use multis where appropriate #10

Open jonathanstowe opened 4 years ago

jonathanstowe commented 4 years ago

There are a number of drawing methods that dispatch to the appropriate native function based on optional arguments (such as polygon and rectangle,) these might be better done as multis to simplify the code in the methods.