cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

Improve gaussian blur performance #35

Closed igagis closed 7 years ago

igagis commented 7 years ago

take filter regions into use, do not apply filter effects to the whole canvas when not needed.

igagis commented 7 years ago

done