-
Setup a basic **directory structure** adhering to the intended information-architecture as per Gatsby requirements.
**Information segmentation**
![FabricJS information segmentation](https://user…
-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…
-
we should crop an image by clippath, do not crop the image directly, that is safer and faster
eg: http://fabricjs.com/clippath-part4
-
能加入一个橡皮擦的功能吗,选中橡皮擦之后,可以自由擦背景图
-
I think we can use this open source implementation as reference: https://github.com/arch-inc/fabricjs-psbrush
-
http://fabricjs.com/image-filters
Selecting an image and applying a filter does nothing. Tested on chrome and firefox.
-
类似这样的
可以参考https://github.com/haixin-fang/vue-design-editor/blob/12106acbe975efe38da66db2981461db8c9566a6/src/core/WorkareaHandler.ts#L162
本来想提个PR,但是不太熟悉WorkspacePlugin和sizeChange相关影响范围。
ijry updated
5 months ago
-
edit mode don't work with touch device but in the original fabricjs work fine
-
As explained in title, when i try to load an image from external URL i receive an error (CORS)
In FabricJS it's possible by using the crossOrigin: "annonymous" option.
-
Did anyone ever thought of implementing image caching for complex shapes in Paper.js?
Similar to this maybe: http://fabricjs.com/svg-caching/
The performance bump seems to be significant.