Joschi Kuphal

Results 21 issues of Joschi Kuphal

> This post was originally published on [my website](https://jkphl.is/articles/moving-svg-sprite-forward/). When I started developing *svg-sprite* more than 3 years ago, it was my first ever Node module and everything was totally...

enhancement

Besides generating Sass output, iconizr should also support LESS (as does [svg-sprite since release v0.0.8](https://github.com/jkphl/svg-sprite/commit/d1f9480e8798d092ca82855d8067cb96e92b27dd)).

As reported by Manoj via E-Mail (2014-05-04), the [web version](http://iconizr.com) seems to ignore the opt-out of creating the dimension CSS classes. They will be generated in any case.

bug

Similar to CSS pseudo classes, iconizr could natively support _Responsive Icons_, which means several versions of single icons that depend on screen / device / display metrics. This would require...

enhancement

As in [svg-sprite](https://github.com/jkphl/svg-sprite/blob/master/lib/svg-sprite.js#L347), there should be a `common` option that allows for creating an additional, commonly used CSS class which declares the `background-image` and `background-repeat` properties for all single images....

enhancement

As suggested by Simon (#14), the generation of PNG fallback images could be an optional step, effectively leaving the functionality of an SVG sprite generator.

enhancement

As Simon suggested (#14), [SVG Cleaner](https://github.com/RazrFalcon/SVGCleaner) could be a third alternative for SVG file cleaning.

enhancement

The `width` and `height` options, which are meant for SVG images that lack proper dimension settings, are somewhat useless. Applying fixed values for missing properties will always result in distorted...

enhancement

Am 20.03.2017 um 13:59 schrieb Claas Kalwa: > Hallo Joschi, > > ich habe Probleme beim Extrahieren mehrerer JSON-LD Items mit dem > Micrometa V1 Parser. Er erkennt lediglich das...

I added a simple mechanism for (optionally) applying modifications to interpolated values. I needed this for animating the `src` property of `` elements. Imagine this: ``` html ``` While _skrollr_...