magnacarto/regression/cases/032-label-point-dxdy/test.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

16 lines
315 B
Text

#test::label{
text-name: [name];
text-size: 14;
text-halo-radius: 2;
text-halo-fill: #fff;
text-face-name: "Noto Sans Regular";
text-placement: point;
[id=1] { text-dx: 5; }
[id=2] { text-dy: 5; }
[id=3] { text-dx: 5; text-dy: 5; }
[id=4] { text-dx: -5; text-dy: -5; }
}