polotno-project / polotno-studio

Free online Design Editor.
https://studio.polotno.dev/
Other
972 stars 202 forks source link

Adding arbitrary filters to element #31

Open mordechaim opened 1 year ago

mordechaim commented 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?

lavrton commented 1 year ago

Right now, Polotno renders into an isolated canvas element. So SVG filters will not effect any Polotno elements.