github-corners icon indicating copy to clipboard operation
github-corners copied to clipboard

Fix square hint

Open tiagoporto opened this issue 5 years ago • 3 comments

This pull request fix #32

tiagoporto avatar Oct 26 '18 01:10 tiagoporto

Wow! Didn't remotely think to go down this path... looking at support, perhaps safari will make this bust? (https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a) ... but will check it out tomorrow and see whats up!

tholman avatar Oct 26 '18 01:10 tholman

The changes made by this PR seem to work just fine in most browsers. https://caniuse.com/#feat=mdn-svg_elements_a

ahuglajbclajep avatar May 05 '20 08:05 ahuglajbclajep

I tried this change, works great except that the mouse-over label in desktop browsers that is added in PR #46 will not work. To get the mouse-over label to work with this PR insert <title>View source on GitHub</title> just above the first <path>.

jxmot avatar Mar 28 '21 02:03 jxmot