src/main/resources/index.html [1391:1397]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
let nameModelPosition = vec2.fromValues(nameModelLeft, nameModelTop);
let nameScreenPosition = this.transform.toScreenPosition(nameModelPosition);
let nameScreenWidth = nameModelWidth * scale;
this.context.save();
this.context.setTransform(1, 0, 0, 1, 0, 0);
this.context.drawImage(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/main/resources/index.html [1808:1814]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
let nameModelPosition = vec2.fromValues(nameModelLeft, nameModelTop);
let nameScreenPosition = this.transform.toScreenPosition(nameModelPosition);
let nameScreenWidth = nameModelWidth * scale;
this.context.save();
this.context.setTransform(1, 0, 0, 1, 0, 0);
this.context.drawImage(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -