I would like to know if there are existing equivalent methods in JavaScript (for supported HTML5 browsers) that can evaluate hitTest bitmap-to-bitmap, such as Flash.
In addition, how can blur be achieved? Can existing DIV / SPAN tags be "drawn" (for example, the Flash BitmapData.draw () method) into a bitmap object, so can it be used for the "hitTest" target on the canvas?
I think I might have the wrong HTML jargon, but hopefully this makes some sense.
Are there any built-in methods for checking if bitmaps are related to each other when evaluating pixel levels?
Thank!
source
share