gulp-raster icon indicating copy to clipboard operation
gulp-raster copied to clipboard

gulp task for conversion svg to raster

Results 11 gulp-raster issues
Sort by recently updated
recently updated
newest added

- replaces deprecated `gutil` ([details](https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5)) - update `devDependencies`

Is is possible to set output image width or height except #scaling?

Images created with `gulp-raster` have `1970-01-01` as timestamp

Добавлена опция для проброса стилей на страницу с SVG. В моем случае требовалось использовать кастомный шрифт.

I have 1 project folder with gulp task that use gulp-raster plugin, I have another one with a similar task. And I get this error when run 2 those tasks...

If I want to convert this svg file: ``` ``` The output is empty .png file ![icon-3d-bookmark_black](https://cloud.githubusercontent.com/assets/1593758/9245778/1d47a800-41a7-11e5-99fd-2a07638e3ae7.png)

It seems like rasterizing an SVG image trims all whitespace which results in a smaller (pixel) size compared to the original SVG file. Any idea why this happens?

`gulp-svg2png` supports the `viewbox` attribute additionally, if the `width` and `height` attributes are missing on the `svg` element and it would be nice if `gulp-raster` also supports it, to render...

This library is awesome, but it crops the whitespace around the SVG. This patch tries to use the viewbox (.viewBox) if available. The fallback is the existing getBoundingClientRect().

Hey! This project is still on 0.1.0, which in theory means it's not suitable for use in production under semantic versioning. Is that true? If it's suitable for use on...