How to Make SVG Path Border Thinner - Simple Guide
To make the border thinner, you can add the stroke-width attribute to the <path> element and set it to a smaller value. Here is the updated code: In this example, the stroke-width is set to 1, but you can adjust it to your desired thickness.
原文地址: https://www.cveoy.top/t/topic/pQjn 著作权归作者所有。请勿转载和采集!