12 2017 档案

摘要:以前就看到了这个东西,由于太忙了最近才有时间来实现这个; 该文章适合有一定 canvas 基础的人阅读; 首先说说他的原理: The construction of the Pythagoras tree begins with a square. Upon this square are cons 阅读全文
posted @ 2017-12-17 18:21 Grewer 阅读(4680) 评论(0) 推荐(0) 编辑
摘要:canvas 入门之作: 三步实现一个时钟: 直接上效果: step 1 : 背景制作首先制作从1-12的数字: var canvas = document.getElementById('canvas'); var ctx = canvas.getContext('2d'); canvas.wid 阅读全文
posted @ 2017-12-09 22:18 Grewer 阅读(424) 评论(0) 推荐(0) 编辑