summaryrefslogtreecommitdiffstats
path: root/modules/svg/image_loader_svg.cpp
Commit message (Expand)AuthorAgeFilesLines
* keep alpha when converting svg colors fixes #11289toger52017-09-301-1/+1
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-4/+4
* optimized color conversion for svg generationtoger52017-09-121-25/+32
* Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-071-2/+2
* Implement color conversion for dark SVG iconstoger52017-08-301-3/+48
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix crashes in SVG loadingPedro J. Estébanez2017-08-221-3/+4
* Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-201-7/+10
* Added support for SVGDaniel J. Ramirez2017-08-201-0/+107