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

Switch stickers to Vectors #17

Open
bahorn opened this issue Dec 11, 2019 · 3 comments
Open

Switch stickers to Vectors #17

bahorn opened this issue Dec 11, 2019 · 3 comments

Comments

@bahorn
Copy link

bahorn commented Dec 11, 2019

Right now, we are just using 181x209 pngs for the grid, which do not look good on high DPI screens.

Considering most stickers are made as vectors, it'd be better to just use SVGs and only use hi-res pngs for ones we don't have vectors for.

@ksouthern
Copy link

How easy is it to force the size of a SVG? It might even be easier to use something completely different to the hexbin.

@bahorn
Copy link
Author

bahorn commented Dec 11, 2019

should be just setting the width + height, which we already do.

@bahorn
Copy link
Author

bahorn commented Dec 11, 2019

Can be done by just replacing 'src': val.raster with 'src: val.vector ? val.vector : val.raster'

Still need to convert a few to SVGs and fix borders on them though. The DurHack one is an illustrator file, so will need to convert that. Maybe an extra link should be added so we can also include the raw documents so patches can be made.

Screenshot from 2019-12-11 17-17-03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants