-
I use this component because I need an inline svg, since the img tag is not suitable.
### To Reproduce
https://codesandbox.io/s/vue-fabric-wrapper-svg-from-url-issue-135-zfvt1?file=/src/App.vue
…
-
-
Code from "http://fabricjs.com/image-filters":
$('blur').onclick = function() {
applyFilter(11, this.checked && new f.Blur({
value: parseFloat($('blur-value').value)
}));
};
…
-
### 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)
- […
-
For this problem, do I just add the code
var filter = new fabric.Image.filters.Resize ();
object.filters.push (filter);
object.applyFilters (canvas.renderAll.bind (canvas));
in caseEditor.js f…
-
### Discussed in https://github.com/fabricjs/fabric.js/discussions/8740
Originally posted by **thipm196** February 26, 2023
The controls are working wrong when flipping an element inside a fli…
-
Need to create a new plugin that allows manipulation of text.
- Edit text in real time.
- Selecting text.
- Coloring part of text.
- Change font of the text.
I am currently working in a similar plugi…
-
Is it possible to make rich text editor for the selection of the text? Now when I do bold or italic - it works for the whole textfield.
-
### Describe your Issue
The Current Feature-Set is nice, but incomplete.
Users seem to expect / want more Tools to use on the Board.
For Example:
- Draw Straight lines (from Point to point)
…
-
Add a tool to the toolbar that lets the user add in a variety of default shapes. This requires a selection tool to go along with it so that these shapes are movable after the fact (`canvas.selection =…