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

assembly and security icons have incorrect viewBox #146

Closed
uncenter opened this issue Apr 18, 2024 · 1 comment
Closed

assembly and security icons have incorrect viewBox #146

uncenter opened this issue Apr 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@uncenter
Copy link
Member

VSCode/Codium version

N/A

Extension version

N/A

Describe the bug

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 7 7">

The above seen Assembly icon has a viewBox of 0 0 7 7 instead of 0 0 16 16 like the rest of the icons.

@uncenter uncenter added the bug Something isn't working label Apr 18, 2024
@uncenter uncenter changed the title Assembly icon has wrong viewBox assembly and security icons have incorrect viewBox Apr 19, 2024
@uncenter
Copy link
Member Author

I've also now noticed that the security icon has the wrong viewBox as well:

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 12 12">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant