Exceptions and debugging 

$canvas->draw_circle(
    x     => 100,
    y     => 250,
    color => '#ff0000',
);