Lines Matching refs:cnvs
6984 var cnvs = $("svg"),
6991 $(cnvs, {
6998 cnvs.style.cssText = css + "position:absolute;left:" + x + "px;top:" + y + "px"; field
6999 R._g.doc.body.appendChild(cnvs);
7002 cnvs.style.cssText = css + "position:relative"; field
7004 container.insertBefore(cnvs, container.firstChild);
7006 container.appendChild(cnvs);
7012 container.canvas = cnvs;
7061 var cnvs = this.canvas,
7062 s = cnvs.style,
7065 pos = cnvs.getScreenCTM() || cnvs.createSVGMatrix();
7067 pos = cnvs.createSVGMatrix();