Vjacheslav Trushkin

Results 275 comments of Vjacheslav Trushkin

I don't see any mentions of license. There is also no link to Git repository or NPM package to download (or any other version control system or package manager that...

Sure, you can add custom stuff to files. I think search terms do make sense. It could be very useful.

Yes, I do want to keep files light, but this specific use case sound really good. I'm immediately considering how this could be used. If I'm not mistaken, several icon...

Getting same error: ``` WARN Inlining implicit external @iconify/types ``` Package `@iconify/types` is not in dependencies, but `@iconify/utils` is, which is in `dependencies` prop, which has `@iconify/types` as dependency. So...

Checked those icons in Figma files, they are all correct 32x32, so issue is somewhere in export process.

No, many icons are still incorrect: ``` Alien/Color/alien_color.svg: 34x32 Bear/Color/bear_color.svg: 34x32 Black heart/Color/black_heart_color.svg: 32x33 Boar/Color/boar_color.svg: 33x32 Bomb/Color/bomb_color.svg: 33x32 Elephant/Color/elephant_color.svg: 32x33 Eye in speech bubble/Color/eye_in_speech_bubble_color.svg: 32x33 Growing heart/Color/growing_heart_color.svg: 32x33 Hamster/Color/hamster_color.svg: 32x33...

Also available on Icônes, which uses Iconify data for icons: https://icones.js.org/collection/fluent-emoji Those pages highlight performance issues with current icon design. Icons use a lot of gradients and filters. Filters cause...

That's because of filters. Filters are designed to work on raster images, so SVG is flattened before filters are applied. `Flat` and `High Contrast` versions of icons don't include filters,...

It is a simple browser window, so there is nothing that could cause such behaviour.

Unfortunately I can't replicate that. There is nothing in plug-in that could crash Sketch. All it does at start is it retrieves saved configuration (if it exists) and opens a...