Skip to content

Instantly share code, notes, and snippets.

@ruedap
Last active December 15, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruedap/5190235 to your computer and use it in GitHub Desktop.
Save ruedap/5190235 to your computer and use it in GitHub Desktop.
clickable and responsive SVG
:sass
a
display: block
margin: 0 auto
max-width: 500px
object
pointer-events: none
width: 100%
%a(href='http://ruedap.com')
%object(data='ruedap.svg')
ruedap
-# Win7: IE9, GC25, Fx19 / Mac: GC25, Fx19, Safari 6.0.2 checked
Display the source blob
Display the rendered blob
Raw
<svg cursor="pointer"></svg>
<!-- remove width and height attrs -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment