-
Creating a stroke-able slice with a Shape Layer
Hi,
I’m trying to figure out a simple way of creating a wedge of a circle to which I can then apply a fill and a stroke. But the wedge needs to be expandable so I can adjust the degrees from 0 degrees to 360 degrees. Imagine a slice of a pie chart that starts as a minute sliver representing 1% and then expands to represent 100% .
I have tried using a bunch of half circle shapes (full circles whose paths are trimmed to 50%) and then merging them but that get’s messy when you get close to 360 because I had to do a bunch of rotations on rotations. Also, you can’t stroke them. I tried using two triangle polystars and a circle but that also requires multiple triangles and rotations which gets messy again.
Any help is greatly appreciated!
Thanks,
-Josh