Is it possible to stop WordPress adding a width and height to an object when you pate it in to the source view?
When I paste in
<a href="#"><object data="grid-linked-in.svg" type="image/svg+xml"></object></a>
WP changes it to
<a href="#"><object width="300" height="150" type="image/svg+xml" data="grid-linked-in.svg"></object></a>