Lines Matching refs:X
98 <text>Coordinate: {{X}}, {{Y}}</text>
149 X:0,
157 offscreenCanvasCtx1.arc(this.X, this.Y, 2, 0, 6.28);
161 this.textValue1 = offscreenCanvasCtx.isPointInStroke(this.X, this.Y)?'true':'false';
162 this.textValue = offscreenCanvasCtx.isPointInPath(this.X, this.Y)?'true':'false';
167 if(this.X < 500){
168 this.X = this.X+50;
170 this.X = 0;
176 offscreenCanvasCtx1.arc(this.X, this.Y, 1, 0, 6.28)
180 this.textValue1 = offscreenCanvasCtx.isPointInStroke(this.X, this.Y)?'true':'false';
181 this.textValue = offscreenCanvasCtx.isPointInPath(this.X, this.Y)?'true':'false';