-
Notifications
You must be signed in to change notification settings - Fork 7
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
use curly braces ({ }
) as the icon for API Routes in the "capabilities" section of the home page
#79
Comments
{ }
) SVG icon for API Routes in the "capabilities" section of the home page{ }
) as the icon for API Routes in the "capabilities" section of the home page
Do you have a recommendation on an SVG tool that might be help generate the markup? Taking a look at this before I jump in and attempt to make some changes, but having some trouble viewing the existing SVG files in a few editors. When attempting to view the files, nothing seems to appear in the preview.
This is not the case with the example for the curly braces. That markup renders just fine.
My experience with SVG markup is limited, but I'm wondering if there's a conflict between SVG versions? I did try the W3C validator, but that didn't reveal anything meaningful that may indicate an invalid format. I'll hold off on this one for now, but wanted to share what I found. |
Thanks for taking a look @DevLab2425
Some of the SVGs in the repo have the
The linked site in the description was what I used as the starting point for the json.svg file I committed, I was just having trouble trying to twiddle the knobs for Admittedly, I only started diving deeper into SVGs for this project to build up more experience with them so I might be learning along with you as well on this. 😅 I'll also see if @Auhseh has any thoughts here, as the designer he might be able to get us one that is purpose fit in case we can't make anything work with what we have. |
Summary
Coming out of #4 / #30 , I wanted to change the icon for the API Routes tab. I tried changing the icon for API Routes to use curly braces, but I wasn't able to get it centered. (also probably needed to increase the stroke width a bit)
Details
I got the icon from here and its already committed to the repo as src/assets/json.svg, just needs a little help. 😇
The text was updated successfully, but these errors were encountered: