Forum Discussion
SVG File Issues
Hey everyone. I just ran into a similar issue with SVGs as well (which led me to this discussion). I had an SVG image with multiple states that were activate by changes in a variable. The SVGs had transparency. What happened was the original state was showing through in other states. I found a workaround that is seeming to work. I added an empty/completely transparent SVG as the Normal state. Then I added the other SVGs in their states as I had them. I then assigned one of the states as the initial state. Now when I preview it, I do not see the the SVG (what seemed to be the original Normal state) showing through. Hope this workaround helps others experiencing the same bug.
- NicolaFern-02972 years agoCommunity Member
Interesting solution....but watch out as I've found having empty states as the normal state can result in problems, i.e. you can't select it on the stage anymore. I just gave up with using SVGs for the moment until the support is more stable.