使用 canvas 画圆

来源:互联网 发布:centos smplayer 编辑:程序博客网 时间:2024/05/17 23:46

使用原生的 HTML5 和 JS ,在屏幕中动态生成随机的 50 个小圆:

arc()画圆弧的方法:

context.arc(x,y,r,sAngle,eAngle,counterclockwise);

arc(圆心的x坐标,圆心的y坐标,圆的半径,起始角(以弧度计,即l圆心的3点钟位置是0度),结束角,规定应该是顺时针还是逆时针画图)

其中最后一个参数是可选的,true=逆时针,false =顺时针

<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>Random canvas circles</title>    <style>        html {            width: 100%;            height: inherit;            background: #ddd;        }        body {            margin: 0;        }        canvas {            display: block;        }        button {            position: absolute;            top: 5px;            left: 5px;        }    </style></head><body>    <button>Update</button>    <canvas></canvas>    <script>        var btn = document.querySelector("button");        var canvas = document.querySelector("canvas");        var ctx = canvas.getContext("2d");        var WIDTH = document.documentElement.clientWidth;        var HEIGHT = document.documentElement.clientHeight;        canvas.width = WIDTH;        canvas.height = HEIGHT;        function random (num) {            return Math.floor(Math.random()*num);        }        function draw () {            ctx.clearRect(0, 0, WIDTH, HEIGHT);            for (var i = 0; i < 100; i++) {                ctx.beginPath();                ctx.fillStyle = "rgba(255,0,0,0.5)";                ctx.arc(random(WIDTH), random(HEIGHT), random(50), 0, 2*Math.PI);                ctx.fill();            }        }        btn.addEventListener("click", draw);        var intervalId;        var count = 0;        intervalId = setInterval(function () {            if (count === 20) {                clearInterval(intervalId);                count = 0;                return;            }            draw();            count++;        }, 100);    </script></body></html>
阅读全文
'); })();
0 0
原创粉丝点击
热门IT博客
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 微型踏板车 二手微型车价格 自动挡微型车哪个好 大众两座微型车 小型集装箱车图片 便宜微型车 哪款微型车好 哈弗微型车 自动挡微型车排行榜 微型车强制险多少钱 豪华微型车 奔奔微型车 两门微型车 微型车购置税 微型车对比 微型车暖风 江铃微型车 自动挡微型车推荐 微型车电动 排半小货车报价及图片 柴油小货车报价及图片 二手小箱货车报价及图片 五菱集装箱小货车报价 长安小箱货车大全 长安箱货车报价及图片 小型卡车图片报价 福田集装箱小货车 小型卡车 福田小卡车报价及图片 箱货车图片 小箱货车 小型suv新车 微型球阀 微型气动阀 微型减压阀 微型电动球阀 微型节流阀 旋转阀 大围山微型鸡 城市微旅行 微基因