You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although fill color is not specified, "fill-opacity" is set to 0 - rect should be transparent. But as long as "fill" is not specified, SVGParser sets fill color to opaque black.
Code from SVGParser:
guard var fillColor =styleParts["fill"]else{returnColor.black
}
The text was updated successfully, but these errors were encountered:
Sorry, we don't really understand what you mean by that. Here is how Macaw draws your example, and we believe it's correct. If you still have the problem, could you please elaborate?
For example, I have rect:
Although fill color is not specified, "fill-opacity" is set to 0 - rect should be transparent. But as long as "fill" is not specified, SVGParser sets fill color to opaque black.
Code from SVGParser:
The text was updated successfully, but these errors were encountered: