my $svg = :svg[ # root tag :width(200), # attribute :height(200), # circle => [ # child tag :cx(100), :cy(100), :r(50) # child tag attributes ], text => [ # child tag :x(10), :y(20), "hello" # child tag attributes ] ];