inspire.js icon indicating copy to clipboard operation
inspire.js copied to clipboard

Do not use percentage for `width` on an SVG `object` element

Open xfq opened this issue 7 years ago • 0 comments

width/height on object only accepts CSS pixels. This patch removes the width attribute, because it doesn't seem to be needed.

(This commit also removes the trailing whitespace in index.html. You can add ?w=1 to the URL to see the diff with whitespace ignored. Thank you!)

xfq avatar Apr 25 '18 12:04 xfq