I am building Capacitive Touch buttons for my project and am overlaying each button with silkscreen. At the center of each silkscreen area I want to cut out an icon to represent the buttons function (ie. a negative image). I am having trouble figuring out an efficient way to do this. I tried using a Polygon Pour Cutout on the Top Overlay layer, but it doesn't seem to work.
The best way I have figured out at this point is to draw a 360° arc, with a thickness of about 1/3 of the radius of the circle that it is filling (such that the outer radius of the arc is the same radius as the button) which leaves a 2/3 unfilled circle within. Then using filled rectangles, add to the silkscreen layer until the shape I want is formed. This is a huge PITA when all I really want are basic geometric shapes that would normally be easy to accomplish as a "positive" image (ie. make the shape out of Silkscreen instead of taking away silkscreen). Am I missing something?