bpioge

Results 2 issues of bpioge

/** * * Center the view on the point [targetX, targetY]. Apply a zoom if provided * * @param targetX * @param targetY * @param zoom * @param normalized */...

/** * Draw the text tag on the top left of the shape */ public drawText() { this.clearText(); const content = this.data['text'] || null; if (!content) { return; } let...