Help for this page

Select Code to Download


  1. or download this
    # Perl 6 code here
    given $svg-canvas {
    ...
       .text: 'Some caption', x => 20, y => 15;
       # etc. 
    }