Created
October 13, 2020 03:16
-
-
Save yushulx/fa1b2cd0490d4b3e2cae9ef09ad47635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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