90919293949596979899100
ts.shape = shape; ts.translate(x, y); ts.rotate(rotation); // flip the symbol to take into account the screen orientation // where the y grows from top to bottom ts.scale(scale, -scale); return ts; } else { return null; }