Skip to content

Commit

Permalink
Merge pull request #7 from didoo/master
Browse files Browse the repository at this point in the history
Updated links to svg-sprite documentation
  • Loading branch information
jkphl committed Jan 27, 2015
2 parents d9188a4 + 319e143 commit fbbd7f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -3,11 +3,11 @@

is a [gulp](https://github.com/wearefractal/gulp) plugin wrapping around [svg-sprite](https://github.com/jkphl/svg-sprite) which **reads in a bunch of [SVG](http://www.w3.org/TR/SVG/) files**, optimizes them and creates **SVG sprites** in various flavours:

1. Traditional **CSS sprites** for use with background images ([configuration](#d-1-css-mode))
2. CSS sprites with **pre-defined SVG views**, suitable for foreground images as well ([configuration](#d-2-view-mode))
3. Inline sprites using the **`<defs>` element** ([configuration](#d-3-defs-mode))
4. Inline sprites using the **`<symbol>` element** ([configuration](#d-4-symbol-mode))
5. **SVG stacks** ([configuration](#d-5-stack-mode))
1. Traditional **CSS sprites** for use with background images ([configuration](https://github.com/jkphl/svg-sprite#d1-css-mode))
2. CSS sprites with **pre-defined SVG views**, suitable for foreground images as well ([configuration](https://github.com/jkphl/svg-sprite#d2-view-mode))
3. Inline sprites using the **`<defs>` element** ([configuration](https://github.com/jkphl/svg-sprite#d3-defs-mode))
4. Inline sprites using the **`<symbol>` element** ([configuration](https://github.com/jkphl/svg-sprite#d4-symbol-mode))
5. **SVG stacks** ([configuration](https://github.com/jkphl/svg-sprite#d5-stack-mode))

## Features & configuration? → [svg-sprite](https://github.com/jkphl/svg-sprite)

Expand Down Expand Up @@ -179,8 +179,8 @@ gulp.src('**/*.svg', {cwd: 'assets'})

For more advanced features like

* [custom transforms](https://github.com/jkphl/svg-sprite#b-2-custom-transformations-object-values),
* [meta data injection](https://github.com/jkphl/svg-sprite#a-1-meta-data-injection),
* [custom transforms](https://github.com/jkphl/svg-sprite#b2-custom-transformations-object-values),
* [meta data injection](https://github.com/jkphl/svg-sprite#a1-meta-data-injection),
* customizing output templates or
* introducing new output formats

Expand Down

0 comments on commit fbbd7f2

Please sign in to comment.