Bug when requesting SVGs from /images/:file

Hi there! I’ve noticed a small bug when fetching a SVG representation of Figma nodes using the /images/:file endpoint.

When a node has a stroke with a width of zero, the stroke gets rendered anyway with a width of 1

Example vector with a stroke with a width of zero:
Screen Shot 2023-03-07 at 11.53.35 AM

What gets rendered from the API:
Screen Shot 2023-03-07 at 11.53.05 AM

This doesn’t happen when requesting other formats of the same Figma node. Possibly this is only happening in this one specific instance, but I thought I should report it anyways.