Summary
Highlights
The video introduces vector thorns, which are sharp points or corners that appear when outlining shapes in Scratch's vector editor. These occur specifically with sharp corners and are described as annoying.
To remove vector thorns, first, right-click on the costume and export it. Then, locate the exported file, right-click it, and open it with Notepad. Inside Notepad, use the 'Replace' function (Edit > Replace).
In the Notepad's 'Replace' dialog, type 'stroke-linejoin="miter"' in the 'Find what' box and 'stroke-linejoin="round"' in the 'Replace with' box. Click 'Replace All' to apply the change, then save the file.
After saving the modified file, import it back into Scratch. The vector thorns will be gone, as this method effectively rounds the sharp corners, eliminating the issue. More information is available via a project link in the description.