diff --git a/examples/jsm/loaders/SVGLoader.js b/examples/jsm/loaders/SVGLoader.js index fd2aa516b72424..07b6d4e045a3f7 100644 --- a/examples/jsm/loaders/SVGLoader.js +++ b/examples/jsm/loaders/SVGLoader.js @@ -1459,7 +1459,7 @@ class SVGLoader extends Loader { if ( array.length >= 1 ) { const tx = array[ 0 ]; - let ty = tx; + let ty = 0; if ( array.length >= 2 ) {