Skip to content

Instantly share code, notes, and snippets.

@yushulx
Created October 13, 2020 03:16
Show Gist options
  • Select an option

  • Save yushulx/fa1b2cd0490d4b3e2cae9ef09ad47635 to your computer and use it in GitHub Desktop.

Select an option

Save yushulx/fa1b2cd0490d4b3e2cae9ef09ad47635 to your computer and use it in GitHub Desktop.
<style>
#container {
position: relative;
}
#imageCanvas {
position: relative;
z-index: 1;
}
#overlay {
position: absolute;
top: 0;
left: 0;
z-index: 2
}
</style>
<div id="container">
<canvas id="imageCanvas"> </canvas>
<canvas id="overlay"></canvas>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment