megamic has asked for the wisdom of the Perl Monks concerning the following question:

According to the Goo documentation, it is possible to create custom Goo widgets by subclassing ItemSimple and overriding the simple_create_path method. Is this possible using Goo::Canvas?

If so, please show an example.