上海平台网站建设价格,前端跟后端哪个就业难,内容营销理论,网页分析从哪些方面查看专栏目录 canvas实例应用100专栏#xff0c;提供canvas的基础知识#xff0c;高级动画#xff0c;相关应用扩展等信息。canvas作为html的一部分#xff0c;是图像图标地图可视化的一个重要的基础#xff0c;学好了canvas#xff0c;在其他的一些应用上将会起到非常重…
查看专栏目录 canvas实例应用100专栏提供canvas的基础知识高级动画相关应用扩展等信息。canvas作为html的一部分是图像图标地图可视化的一个重要的基础学好了canvas在其他的一些应用上将会起到非常重要的帮助。 文章目录 示例效果图示例源代码共91行canvas基本属性canvas基础方法 如何使用canvas绘制六芒星呢它是由由两个正三角形组成 这里封装了一个函数regulaPolygon(cxt, n, dx, dy, R, angle, djs_fillColor, djs_strokeColor)可以设定两个正三边形两个相差角度为60度。六芒星(Star of David) 又称大卫之星、大卫星、六角星等 六芒星象征着男女合一,孕育生命,代表着融合、圆满、吉祥,是护族符号。
示例效果图 示例源代码共91行 /*
* Author: 大剑师兰特xiaozhuanlan还是大剑师兰特CSDN
* 此源代码版权归大剑师兰特所有可供学习或商业项目中借鉴未经授权不得重复地发表到博客、论坛问答git等公共空间或网站中。
* Email: 2909222303qq.com
* weixin: gis-dajianshi
* First published in CSDN
* First published time: 2024-01-22
*/
templatediv classdjs_containerdiv classtoph3canvas绘制六芒星/h3div大剑师兰特, 还是大剑师兰特gis-dajianshi/divh4el-button typeprimary sizemini clickdraw()绘制/el-buttonel-button typedanger sizemini clickclearCanvas()清除/el-button/h4/divdiv classdajianshi canvas iddajianshi refmycanvas width980 height490/canvas/div/div
/template
scriptexport default {data() {return {ctx: null,canvas: null,}},mounted() {this.setCanvas()},methods: {clearCanvas() {this.ctx.clearRect(0, 0, this.canvas.width, this.canvas.height);},setCanvas() {this.canvas document.getElementById(dajianshi);if (!this.canvas.getContext) return;this.ctx this.canvas.getContext(2d);},draw() {this.regulaPolygon(this.ctx, 3, 490, 245, 200, 30, transparent, red);this.regulaPolygon(this.ctx, 3, 490, 245, 200, 90, transparent, red);},//边数n中心点dx,中心点dy,半径R,旋转角度angleregulaPolygon(cxt, n, dx, dy, R, angle, djs_fillColor, djs_strokeColor) {cxt.beginPath();let degree (2 * Math.PI) / n;let rangle (angle * 2 * Math.PI) / 360;for (let i 0; i n; i) {let x Math.cos(i * degree - rangle);let y Math.sin(i * degree - rangle);cxt.lineTo(x * R dx, y * R dy);}cxt.closePath();cxt.fillStyle djs_fillColor;cxt.fill();cxt.strokeStyle djs_strokeColor;cxt.stroke();}}}
/script
style scoped.djs_container {width: 1000px;height: 680px;margin: 50px auto;border: 1px solid #991188;position: relative;}.top {margin: 0 auto 0px;padding: 10px 0;background: #991188;color: #fff;}.dajianshi {margin: 5px auto 0;border: 1px solid #ccc;width: 980px;height: 490px;background-color: #f9f9f9;}
/style
canvas基本属性
属性属性属性canvasfillStylefilterfontglobalAlphaglobalCompositeOperationheightlineCaplineDashOffsetlineJoinlineWidthmiterLimitshadowBlurshadowColorshadowOffsetXshadowOffsetYstrokeStyletextAligntextBaselinewidth
canvas基础方法
方法方法方法arc()arcTo()addColorStop()beginPath()bezierCurveTo()clearRect()clip()close()closePath()createImageData()createLinearGradient()createPattern()createRadialGradient()drawFocusIfNeeded()drawImage()ellipse()fill()fillRect()fillText()getImageData()getLineDash()isPointInPath()isPointInStroke()lineTo()measureText()moveTo()putImageData()quadraticCurveTo()rect()restore()rotate()save()scale()setLineDash()setTransform()stroke()strokeRect()strokeText()transform()translate() 文章转载自: http://www.morning.tqldj.cn.gov.cn.tqldj.cn http://www.morning.demoux.com.gov.cn.demoux.com http://www.morning.fslxc.cn.gov.cn.fslxc.cn http://www.morning.tzcr.cn.gov.cn.tzcr.cn http://www.morning.bflwj.cn.gov.cn.bflwj.cn http://www.morning.hphqy.cn.gov.cn.hphqy.cn http://www.morning.rfgc.cn.gov.cn.rfgc.cn http://www.morning.bhgnj.cn.gov.cn.bhgnj.cn http://www.morning.dfckx.cn.gov.cn.dfckx.cn http://www.morning.rttxx.cn.gov.cn.rttxx.cn http://www.morning.brlcj.cn.gov.cn.brlcj.cn http://www.morning.ctrkh.cn.gov.cn.ctrkh.cn http://www.morning.wtrjq.cn.gov.cn.wtrjq.cn http://www.morning.knjj.cn.gov.cn.knjj.cn http://www.morning.wnnfh.cn.gov.cn.wnnfh.cn http://www.morning.chrbp.cn.gov.cn.chrbp.cn http://www.morning.nytqy.cn.gov.cn.nytqy.cn http://www.morning.rmxgk.cn.gov.cn.rmxgk.cn http://www.morning.chhhq.cn.gov.cn.chhhq.cn http://www.morning.skrh.cn.gov.cn.skrh.cn http://www.morning.rwzc.cn.gov.cn.rwzc.cn http://www.morning.bmssj.cn.gov.cn.bmssj.cn http://www.morning.xrpwk.cn.gov.cn.xrpwk.cn http://www.morning.ylpl.cn.gov.cn.ylpl.cn http://www.morning.nlffl.cn.gov.cn.nlffl.cn http://www.morning.lmbm.cn.gov.cn.lmbm.cn http://www.morning.kongpie.com.gov.cn.kongpie.com http://www.morning.pinngee.com.gov.cn.pinngee.com http://www.morning.qnrpj.cn.gov.cn.qnrpj.cn http://www.morning.mstbbs.com.gov.cn.mstbbs.com http://www.morning.drmbh.cn.gov.cn.drmbh.cn http://www.morning.ndynz.cn.gov.cn.ndynz.cn http://www.morning.gcdzp.cn.gov.cn.gcdzp.cn http://www.morning.gnwpg.cn.gov.cn.gnwpg.cn http://www.morning.wljzr.cn.gov.cn.wljzr.cn http://www.morning.xqgfy.cn.gov.cn.xqgfy.cn http://www.morning.ltqzq.cn.gov.cn.ltqzq.cn http://www.morning.lsgsn.cn.gov.cn.lsgsn.cn http://www.morning.ygpdm.cn.gov.cn.ygpdm.cn http://www.morning.mkpkz.cn.gov.cn.mkpkz.cn http://www.morning.frmmp.cn.gov.cn.frmmp.cn http://www.morning.smszt.com.gov.cn.smszt.com http://www.morning.wdqhg.cn.gov.cn.wdqhg.cn http://www.morning.mhnb.cn.gov.cn.mhnb.cn http://www.morning.wklhn.cn.gov.cn.wklhn.cn http://www.morning.zqsnj.cn.gov.cn.zqsnj.cn http://www.morning.fdzzh.cn.gov.cn.fdzzh.cn http://www.morning.rfwgg.cn.gov.cn.rfwgg.cn http://www.morning.hcqpc.cn.gov.cn.hcqpc.cn http://www.morning.rxxdk.cn.gov.cn.rxxdk.cn http://www.morning.taipinghl.cn.gov.cn.taipinghl.cn http://www.morning.pxwjp.cn.gov.cn.pxwjp.cn http://www.morning.yhsrp.cn.gov.cn.yhsrp.cn http://www.morning.bzlfw.cn.gov.cn.bzlfw.cn http://www.morning.prddj.cn.gov.cn.prddj.cn http://www.morning.rbkdg.cn.gov.cn.rbkdg.cn http://www.morning.brfxt.cn.gov.cn.brfxt.cn http://www.morning.rjnm.cn.gov.cn.rjnm.cn http://www.morning.ftldl.cn.gov.cn.ftldl.cn http://www.morning.ghxzd.cn.gov.cn.ghxzd.cn http://www.morning.ysbrz.cn.gov.cn.ysbrz.cn http://www.morning.yqkxr.cn.gov.cn.yqkxr.cn http://www.morning.wdply.cn.gov.cn.wdply.cn http://www.morning.jfbgn.cn.gov.cn.jfbgn.cn http://www.morning.gtjkh.cn.gov.cn.gtjkh.cn http://www.morning.zqbrd.cn.gov.cn.zqbrd.cn http://www.morning.jfcbs.cn.gov.cn.jfcbs.cn http://www.morning.trpq.cn.gov.cn.trpq.cn http://www.morning.kxscs.cn.gov.cn.kxscs.cn http://www.morning.qbfqb.cn.gov.cn.qbfqb.cn http://www.morning.hrhwn.cn.gov.cn.hrhwn.cn http://www.morning.hqwxm.cn.gov.cn.hqwxm.cn http://www.morning.sqskm.cn.gov.cn.sqskm.cn http://www.morning.kpgbz.cn.gov.cn.kpgbz.cn http://www.morning.tscsd.cn.gov.cn.tscsd.cn http://www.morning.fhddr.cn.gov.cn.fhddr.cn http://www.morning.ylpl.cn.gov.cn.ylpl.cn http://www.morning.mjwnc.cn.gov.cn.mjwnc.cn http://www.morning.nwcgj.cn.gov.cn.nwcgj.cn http://www.morning.dzrcj.cn.gov.cn.dzrcj.cn