@KTibow wrote:
Hi! I’m trying to import a .svg image as a silkscreen image. It’s basically a circle, with a black stroke and a white fill. Problem is, it still has a fill. This is my svg’s code:
<svg width='60' height='60'> <circle cx="30" cy="30" r="30" stroke="black" fill="white" /> </svg>
Help would be appreciated.
Posts: 4
Participants: 2