Skip to content

Commit

Permalink
Comment wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stucox committed Mar 27, 2013
1 parent 39d1c0a commit 8c131c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/svg/asimg.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(['Modernizr', 'addTest'], function( Modernizr, addTest ) {
addTest('svgasimg', img.width == 1 && img.height == 1);
};

// Simplest detectable SVG I know of (base64 would take up more bytes)
// Simplest detectable SVG I know of (no need to base64 encode - it'd make it bigger)
img.src = 'data:image/svg+xml,<?xml version="1.0"?><svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"></svg>';
});
});

0 comments on commit 8c131c7

Please sign in to comment.