John Doherty

Results 1 comments of John Doherty

We recently added the ability to specify fills on `VectorNetwork` [regions](https://www.figma.com/plugin-docs/api/VectorNetwork/#vectorregion). That may help here. You can do something like: ``` const regions = newVector.vectorNetwork.regions; regions[0].fills = [RED] region[1].fills =...