第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

context.isPointInPath(x, y) 和想象中的不一樣???

<!DOCTYPE html><html><head>    <meta charset="UTF-8">     <title>Canvas: Point In Path</title></head><body>   <canvas id="canvas"></canvas>    <script>    var canvas = document.getElementById('canvas');        var context = canvas.getContext('2d');    canvas.width = 600;    canvas.height = 400;        context.fillStyle = "#efefef";    context.fillRect(0, 0, canvas.width, canvas.height);        context.beginPath();    context.strokeStyle = "blue";    context.lineWidth = 3;        context.moveTo(30, 30);    context.lineTo(300, 300);    context.stroke();    context.closePath();        console.log(context.isPointInPath(30, 30)); // true    console.log(context.isPointInPath(100, 100)); // false        console.log(context.isPointInPath(300, 300)); // true    </script></body></html>(100, 100)為什么判斷不在path上,奇怪啊,是哪里遺漏了什么嗎?
查看完整描述

1 回答

?
慕虎7371278

TA貢獻1802條經(jīng)驗 獲得超4個贊

沒有遺漏,瀏覽器的問題,Chrome上有問題Safari上沒事

https://img1.sycdn.imooc.com//5bcae316000166df11640622.jpg

https://img1.sycdn.imooc.com//5bcae3220001861c17230653.jpg


查看完整回答
反對 回復 2018-10-20
  • 1 回答
  • 0 關(guān)注
  • 477 瀏覽
慕課專欄
更多

添加回答

了解更多

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號