Skip to content

Duplicated data URI encoding method

Guy Tepper requested to merge guytepper/gulp-inline-svg:encode-bugfix into master

Whoops!
The encoding method (data:image/svg+xml) is being added in the urlEncode function, so no need to repeat that on the object declaration.

Merge request reports