Open mordechaim opened 1 year ago
I'm trying to create text effects, such as bevel or emboss.
With svg this is possible by constructing filter primitives. Those effects can then be used in html by referring to their IDs.
Any way to do this in Polotno?
Right now, Polotno renders into an isolated canvas element. So SVG filters will not effect any Polotno elements.
I'm trying to create text effects, such as bevel or emboss.
With svg this is possible by constructing filter primitives. Those effects can then be used in html by referring to their IDs.
Any way to do this in Polotno?