We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, your amazing for creating this..props!!
I do got some improvements I would like to suggest:
<svg..>
overflow:hidden
opacity:0
version="1.1"
<symbol>
<defs>
title
class
<path>
My current SVG:
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="icon-glass" viewBox="0 0 32 32"> <title>glass</title> <path class="path1" d="M30.339 3.321q0 0.625-0.768 1.393l-11.286 11.286v13.714h5.714q0.464 0 0.804 0.339t0.339 0.804-0.339 0.804-0.804 0.339h-16q-0.464 0-0.804-0.339t-0.339-0.804 0.339-0.804 0.804-0.339h5.714v-13.714l-11.286-11.286q-0.768-0.768-0.768-1.393 0-0.411 0.321-0.652t0.679-0.313 0.768-0.071h25.143q0.411 0 0.768 0.071t0.679 0.313 0.321 0.652z"></path> </symbol> ... </defs> </svg>
Further more, it would be awesome if people could define their own settings on the website itself.
For example:
<title>
id
si-awesome-500px
myprefix-500px
Cheers
The text was updated successfully, but these errors were encountered:
Thank you very much for your suggestions! Most of the features you mentioned will be ready before 1.0.0.
1.0.0
Sorry, something went wrong.
improvements #14
e908969
No branches or pull requests
First of all, your amazing for creating this..props!!
I do got some improvements I would like to suggest:
<svg..>
useoverflow:hidden
instead ofopacity:0
.<svg..>
addversion="1.1"
.<symbol>
elements in<defs>
like described in the SVG 1.1 spec.title
element in every<symbol>
for accessibility stuff.class
-attribute on<path>
element .My current SVG:
Further more, it would be awesome if people could define their own settings on the website itself.
For example:
<title>
element or not..id
-prefix. Instead ofsi-awesome-500px
it could bemyprefix-500px
.class
-attribute on<path>
element or not, making it possible to adjust paths with CSS.Cheers
The text was updated successfully, but these errors were encountered: