Closed dholbert closed 8 years ago
This adds a valid src attribute (for a data URI that encodes an empty SVG document) to make the <img> definitely a replaced element, across browsers. (so that its behavior RE "should it fire resize observations" will be well-defined)
src
<img>
This addresses #23.
Great, thanks.
This adds a valid
src
attribute (for a data URI that encodes an empty SVG document) to make the<img>
definitely a replaced element, across browsers. (so that its behavior RE "should it fire resize observations" will be well-defined)This addresses #23.