diff options
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-x | js/lib/geom/sub-path.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index e95be0e7..7046673e 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js | |||
@@ -1203,7 +1203,7 @@ GLSubpath.prototype.getNearVertex = function( eyePt, dir ){ | |||
1203 | bboxDim[1] = 0.5 * (this._BBoxMax[1] - this._BBoxMin[1]); | 1203 | bboxDim[1] = 0.5 * (this._BBoxMax[1] - this._BBoxMin[1]); |
1204 | bboxMid[1] = 0.5 * (this._BBoxMax[1] + this._BBoxMin[1]); | 1204 | bboxMid[1] = 0.5 * (this._BBoxMax[1] + this._BBoxMin[1]); |
1205 | bboxDim[2] = 0.5 * (this._BBoxMax[2] - this._BBoxMin[2]); | 1205 | bboxDim[2] = 0.5 * (this._BBoxMax[2] - this._BBoxMin[2]); |
1206 | bboxMid[3] = 0.5 * (this._BBoxMax[2] + this._BBoxMin[2]); | 1206 | bboxMid[2] = 0.5 * (this._BBoxMax[2] + this._BBoxMin[2]); |
1207 | 1207 | ||
1208 | // convert the stroke vertices into normalized device coordinates | 1208 | // convert the stroke vertices into normalized device coordinates |
1209 | var world = this.getWorld(); | 1209 | var world = this.getWorld(); |