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

IconSprite Problem #11

Open
venkivijay opened this issue Dec 22, 2021 · 1 comment
Open

IconSprite Problem #11

venkivijay opened this issue Dec 22, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@venkivijay
Copy link
Owner

  • To generate TheIconSprite.vue file, as a developer I use a web-based generator.
  • Issue is there are some style changes that need to be made in the generated sprite file like fixing fill and stroke attributes and these are done manually. Also, the order of icons gets changed each time I generate.
  • I need a consistent solution to generate TheIconSprite.vue file which takes in all svg files inside the assets directory and outputs a .vue file to the components directory. Make necessary changes to fill and stroke styles and optimize each individual svg before combining them.
@venkivijay venkivijay changed the title IconSprite Problem: IconSprite Problem Dec 22, 2021
@venkivijay
Copy link
Owner Author

venkivijay commented Dec 22, 2021

SVG Sprite will be a good solution for this problem. I've recently implemented the same for another project.
Refer: generateSVGSprite.js file in links project

@venkivijay venkivijay added enhancement New feature or request good first issue Good for newcomers labels Dec 22, 2021
@venkivijay venkivijay moved this to Todo in Branding projects Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant