国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > WEB開(kāi)發(fā) > 正文

canvas-7globleCompositeOperation.html

2024-04-27 15:02:42
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>Document</title></head><body>    <canvas id="canvas" style="margin:0 auto;border:1px #ddd solid">        The current browser does not support Canvas, can replace the browser a try!    </canvas>    <script>        window.onload = function(){            var canvas = document.getElementById('canvas');            canvas.width = 1024;            canvas.height = 768;            if(canvas.getContext('2d')){                var context = canvas.getContext('2d');                context.fillStyle = "blue";                context.fillRect(100,200,400,400);                context.globalCompositeOperation = "sourse-over";                context.fillStyle = "red";                context.beginPath();                    context.moveTo(400,300);                    context.lineTo(650,700);                    context.lineTo(150,700);                context.closePath();                context.fill();            }else{                alert('當(dāng)前游覽器不支持Canvas,請(qǐng)更換游覽器后再試!');            }        }    </script></body><script>    /*global        globalAlpha        globalCompositeOperation  = "source-over"(default)                                    sourse-atop                                    sourse-in                                    sourse-out                                    destination-over  //前面繪制的覆蓋了后面繪制的圖形                                    destination-atop                                    destination-in                                    destination-out                                    lighter                                    copy                                    xor                    */</script></html>

 


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 菏泽市| 新田县| 十堰市| 余江县| 江安县| 土默特右旗| 当雄县| 济宁市| 克什克腾旗| 云龙县| 文安县| 大兴区| 原平市| 连平县| 调兵山市| 顺昌县| 廊坊市| 临夏市| 蒙山县| 玛曲县| 平陆县| 沛县| 中宁县| 邵阳市| 海兴县| 丰顺县| 堆龙德庆县| 德保县| 白朗县| 监利县| 靖西县| 绥阳县| 梁河县| 金沙县| 大竹县| 临猗县| 邹平县| 武邑县| 东丰县| 峨眉山市| 文成县|