Ejemplo n.º 1
0
	String file_svg(int w, int h) {return String_.Format("<svg width=\"{0}\" height=\"{1}\" />", w, h);}
Ejemplo n.º 2
0
	String file_img(int w, int h) {return String_.Format("{0},{1}", w, h);}