Skip to content

Commit 2389967

Browse files
georgpukkMugen87
andauthored
SVGLoader: Fix round stroke joins and caps when arcDivisions = 1 (#33256)
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
1 parent f0a65ef commit 2389967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/jsm/loaders/SVGLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3005,7 +3005,7 @@ class SVGLoader extends Loader {
30053005

30063006
}
30073007

3008-
addVertex( tempV2_4, u, v );
3008+
addVertex( tempV2_3, u, v );
30093009
addVertex( p2, u, v );
30103010
addVertex( center, u, 0.5 );
30113011

0 commit comments

Comments
 (0)