File: transforms.mss

package info (click to toggle)
node-carto 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,668 kB
  • sloc: javascript: 5,195; xml: 384; python: 33; makefile: 27
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
@trans: 2;
#world {
  point-file: url(foo.png);
  point-transform: translate( @trans * 2, @trans);
  marker-width: 2;
  marker-transform: scale(2);
}