Skip to content

Instantly share code, notes, and snippets.

View bernardofd's full-sized avatar

Bernardo F. Domingues bernardofd

  • Hotmart
  • Belo Horizonte, Brazil
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bernardofd on github.
  • I am bernardofd (https://keybase.io/bernardofd) on keybase.
  • I have a public key ASABlOQQa4e9wMxjz-0nfHHpa0d7itrozH0_Cgim0aBkSgo

To claim this, I am signing this object:

@bernardofd
bernardofd / negativeScaling.html
Last active August 29, 2015 14:20
Isolated test case for canvas negative scaling of images, aiming to pin the issue to excanvas in IE8.
<!DOCTYPE html>
<html>
<head>
<title>Canvas - Image Negative Scaling</title>
<!--[if IE]>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/excanvas.min.js"></script>
<![endif]-->
</head>
<body>
<button id="action">Negative Scaling</button>