While I generate svg sprites fine (gulp-svg-sprite
) my meta-data is not picked up.
It's probably a path/name issue, but I see no errors.
|- ..
|- gulpfile.js
|- gulp/
`-- tasks/
|- svg-sprite.js
|- svg-sprite.yml
|- static/
`-- svg/
|- icon-*.svg
`-- min/
|- spritemap.svg
OOPS I noticed one error:
shape
should not be a child ofmode
!That created the
<title>
and<desc>
in my<symbol>
s!I do wonder though, if there should not be an
aria-labeledby
attr on my<symbols>
?