canvas {
    default-points: false;
    default-lines: false;
}

area[test] {
	text: "name";
	text-color: blue;
	text-position: center;
	font-family: "DejaVu Sans";
	color: red;
	width: 1;
}

area[test=H] {
	text: eval("");
}
