Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error copying SVG file to cache: #7

Open
bgoncal opened this issue Aug 29, 2024 · 1 comment
Open

Error copying SVG file to cache: #7

bgoncal opened this issue Aug 29, 2024 · 1 comment

Comments

@bgoncal
Copy link

bgoncal commented Aug 29, 2024

CleanShot 2024-08-29 at 03 23 01@2x

SVG used to test:
ab-testing

@jaywcjlove
Copy link
Owner

@bgoncal I've identified the issue—width and height weren't set. I'll address this in the next version.

<svg xmlns="http://www.w3.org/2000/svg" id="mdi-ab-testing" viewBox="0 0 24 24"
+ height="1em" width="1em"
 >
<path d="M4 2A2 2 0 0 0 2 4V12H4V8H6V12H8V4A2 2 0 0 0 6 2H4M4 4H6V6H4M22 15.5V14A2 2 0 0 0 20 12H16V22H20A2 2 0 0 0 22 20V18.5A1.54 1.54 0 0 0 20.5 17A1.54 1.54 0 0 0 22 15.5M20 20H18V18H20V20M20 16H18V14H20M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61Z"/>
</svg>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants