tikz.within( '*' )

draw{
	polyline{
		p{ 0, 0 },
		p{ 2, 2 },
		p{ 4, 0 },
		p{ 3, -1 },
		'cycle',
	}
}
