SVGLoader and extrude make a wrong scene

I found the solution of my problem. Problem was in subpaths order. Both SVGs have one path and subpath are in d attribute of path In valid SVG outer contour was in first place. In ‘wrong’ SVG in start of subpath list was HOLE. I make my SVGs with paperjs. In wrong svg I moved outer contour subpath to first place. And now all right:

image

I hope this helps someone

1 Like