Answered
Creating circles?
Greetings!!!
Thanks to many I've gotten my mixed inks swatchbook generator up and running:
download it here: Let it Shine!
Currently, I'm struggling with making the swatch a circle.
if(customSwatchShapeNumberOfSides == 0)
{
polygon = currentPage.ovals.add({geometricBounds:[topLeftCoordinates_Y, topLeftCoordinates_X, bottomRightCoordinates_Y, bottomRightCoordinates_X], numberOfSides:customSwatchShapeNumberOfSides, strokeWeight: 0, fillColor: swatchesToUse[k].name, cornerRadius:100} );
}
It's not working. Could anyone shed light on this error of mine please?
Thank you kindly!
Antoine

