sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

Feature request: embedded bitmap #13

Closed vitekcerny closed 1 month ago

vitekcerny commented 3 years ago

Hi, I’m looking for a way to display shadows using lunasvg. I know that svg filters (like gaussian blur) are not implemented. Is there any chance for embedded images support, so I can use shadows like this example? example.zip

sammycage commented 3 years ago

SVG FILTERS IS NOW MY NUMBER ONE PRIORITY.

vitekcerny commented 3 years ago

Thank you, that would be great. Good luck with that.

fire commented 3 years ago

How can I help?

sammycage commented 1 month ago

@vitekcerny Embedded images are now supported in the latest update.