Lines Matching refs:cnvs
1283 cnvs = $("svg"),
1290 $(cnvs, {
1298 cnvs.style.cssText = css + "position:absolute;left:" + x + "px;top:" + y + "px"; field
1299 R._g.doc.body.appendChild(cnvs);
1302 cnvs.style.cssText = css + "position:relative"; field
1304 container.insertBefore(cnvs, container.firstChild);
1306 container.appendChild(cnvs);
1312 container.canvas = cnvs;
1362 var cnvs = this.canvas,
1363 s = cnvs.style,
1366 pos = cnvs.getScreenCTM() || cnvs.createSVGMatrix();
1368 pos = cnvs.createSVGMatrix();