Álvaro Pelegrina Fernández

Results 1 comments of Álvaro Pelegrina Fernández

The documentation should be updated, it still shows the strokeWidth as string and its buggy. ``` let customizeRectangle = { fill: 'blue',stroke: 'white',strokeWidth: "5" } this.$refs.editor.set('rect',customizeRectangle) ```