Adding arbitrary filters to element
mordechaim opened this issue · 1 comments
mordechaim commented
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?
lavrton commented
Right now, Polotno renders into an isolated canvas element. So SVG filters will not effect any Polotno elements.