Skip to content

Commit

Permalink
Added note about negative result in IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
stucox committed Apr 24, 2013
1 parent 8c131c7 commit fd2e124
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion feature-detects/svg/asimg.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"notes": [{
"name": "HTML5 Spec",
"href": "http://www.w3.org/TR/html5/embedded-content-0.html#the-img-element"
}]
}],
"knownIssues": [
"Negative result in IE9 because of the scaling bug: http://www.seowarp.com/blog/2011/06/svg-scaling-problems-in-ie9-and-other-browsers/"
]
}
!*/
define(['Modernizr', 'addTest'], function( Modernizr, addTest ) {
Expand Down

0 comments on commit fd2e124

Please sign in to comment.