aboutsummaryrefslogtreecommitdiff
path: root/modules/svg/image_loader_svg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* keep alpha when converting svg colors fixes #11289toger52017-09-301-1/+1
|
* Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez2017-09-141-4/+4
| | | | implementation
* optimized color conversion for svg generationtoger52017-09-121-23/+30
|
* 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
| | | | Adding null terminators.
* Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-201-7/+10
|
* Added support for SVGDaniel J. Ramirez2017-08-201-0/+107