Why can't line materials now have a width greater than 1 ?

three 0.131.0 can set lineWidth greater than 1

https://unpkg.com/three@0.131.0/examples/jsm/lines/LineMaterial.js?module
example
https://jsfiddle.net/kirill321592/1yx5pro6/22/

But,now three 0.134.0 can’t set lineWidth greater than 1

Hi!
LineMaterial (in the jsfiddle provided) and LineBasicMaterial are not the same (and never were). The first one is for “fat lines”: three.js examples

Thank you.