安静康乃馨

文章
2
资源
0
加入时间
2年10月21天

iOS使用shouldRasterize优化性能

/* When true, the layer is rendered as a bitmap in its local coordinate * space ("rasterized"), then the bitmap is composited into the * destination (with the minificationFilter and magnification...

24个canvas基础知识小结

现把canvas的知识点总结如下,以便随时查阅。 1、填充矩形 fillRect(x,y,width,height); 2、绘制矩形边框 strokeRect(x,y,width,height)