Skip to content

Commit

Permalink
Support svg inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov authored Dec 22, 2017
1 parent 216e207 commit da40a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build/res/base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function unsupportedLink(link){

for (var i = flow.files.queue.length - 1, file; file = flow.files.queue[i]; i--)
{
if (file.type == 'image')
if (file.type == 'image' || file.type == 'svg')
{
fconsole.start(file.relpath);

Expand Down

0 comments on commit da40a20

Please sign in to comment.