0

I'm trying to create a custom symbol. It looks fine in Inkscape, but when I import it into the SF-Symbol App, all regions are filled.

This is the structure of the SVG

And this is what SF-Symbols makes

So, one rect-shape is filled white, but after the import every shape is filled black. What is the mistake?

1 Answers1

1

Okay, for those struggling with this particular problem: Apples SF-Symbols only interprets paths correctly instead of other shapes. So an object to path operation solves the problem.

Paths instead rects:

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257