Zeno Zeng
Zeno Zeng
Current transformation implementation adds a `` element and set ``'s transform attribute with string concatenation of `rotate`, `matrix`, `rotate`, `scale`. This pull request implements [CanvasTransform](https://html.spec.whatwg.org/multipage/canvas.html#canvastransform) interface using `DOMMatrix` and SVG's...
I think maybe should not use fill #fff for clearRect, what about using clipPath instead? Then we can provide transparency for clearRect. https://github.com/gliffy/canvas2svg/blob/master/canvas2svg.js#L647 https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Clipping_and_masking
 疑似是这里报的错:https://github.com/rongcloud/rongcloud-web-im-sdk/blob/042b81807178a280404d75ae285871e3299fbceb/src/outer/RongIMClient.js#L131
https://github.com/processing/p5.js/issues/7488 - [ ] 2.x tests - [x] createCanvas - [ ] class Renderer2D - [ ] canvas.getBoundingClientRect - [ ] [p5.js 2.0.1 missing type declarations](https://github.com/processing/p5.js/issues/7789)