summaryrefslogtreecommitdiffstats
path: root/modules/svg
Commit message (Collapse)AuthorAgeFilesLines
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
|
* 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-142-5/+5
| | | | implementation
* optimized color conversion for svg generationtoger52017-09-122-29/+40
|
* Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-071-2/+2
|
* Implement color conversion for dark SVG iconstoger52017-08-302-6/+52
|
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-1/+2
| | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
|
* nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde2017-08-271-2/+2
|
* Fix crashes in SVG loadingPedro J. Estébanez2017-08-221-3/+4
| | | | Adding null terminators.
* Added missing icon and svgs upscalingDaniel J. Ramirez2017-08-202-9/+12
|
* Added support for SVGDaniel J. Ramirez2017-08-206-0/+291