Lines Matching refs:cnvs
6990 var cnvs = $("svg"),
6997 $(cnvs, {
7004 cnvs.style.cssText = css + "position:absolute;left:" + x + "px;top:" + y + "px"; field
7005 R._g.doc.body.appendChild(cnvs);
7008 cnvs.style.cssText = css + "position:relative"; field
7010 container.insertBefore(cnvs, container.firstChild);
7012 container.appendChild(cnvs);
7018 container.canvas = cnvs;
7067 var cnvs = this.canvas,
7068 s = cnvs.style,
7071 pos = cnvs.getScreenCTM() || cnvs.createSVGMatrix();
7073 pos = cnvs.createSVGMatrix();