-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Set size for SVG viewport #41
Comments
yup, i need viewports too |
I did need this for another project, and was able to use svg-sprite to package the source images up into an icon sprite file with viewports. The usage looks something like: node_modules/.bin/svg-sprite --symbol --symbol-dest . --symbol-sprite <dest.svg> <srcfolder/*.svg> |
@bhousel Nice idea, I should probably use this package as well or at least document it. |
Sad to see these svgs doesn't support viewport resizing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I generate SVGs with this script and convert them to PDF with another tool. However I need to set the SVG viewport size correctly for this to work. For example I need to set it to 22x22px size.
This is currently not possible, right?
The text was updated successfully, but these errors were encountered: