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
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Figma has some interesting capabilities, one of them is being able to generate empty vectors. Parabeac-core takes all vectors & download them as svgs, but if the vector happen to be empty, Parabeac-core cannot download it. But the issue comes when it tries to still use & export that svg on the files, the pubspec.yaml for example, complains about missing assets.
I believe, core should detect the empty svg, that was not exported & then let the rest of core know, to not use it, since it will not be exported.
Describe the bug
Figma has some interesting capabilities, one of them is being able to generate empty vectors. Parabeac-core takes all vectors & download them as svgs, but if the vector happen to be empty, Parabeac-core cannot download it. But the issue comes when it tries to still use & export that svg on the files, the
pubspec.yaml
for example, complains about missing assets.I believe, core should detect the empty svg, that was not exported & then let the rest of core know, to not use it, since it will not be exported.
To Reproduce
Steps to reproduce the behavior:
states.svg
pubspec.yaml
we will see, that it is part of the packageImpact of the problem
In case of multiple empty vectors, it will generate a lot of not necessary lines.
Environment:
The text was updated successfully, but these errors were encountered: