summaryrefslogtreecommitdiffstats
path: root/generic/nanosvg.h
Commit message (Collapse)AuthorAgeFilesLines
* Use more size_t type internally, when compiling against Tcl 9.0 headers. No ↵jan.nijtmans2020-05-251-0/+0
| | | | | change when using Tcl 8.x. Add C++ travis build for TCL_UTF_MAX=4 (compat with Tcl 8.7) and TCL_UTF_MAX=6 (compat with Tcl 9.0) making sure that C++'s strict typing stays correct.
* Merge trunkjan.nijtmans2020-02-261-1/+1
|
* tksvg crash on style usage due to different malloc and free types on some ↵oehhar2019-11-121-4/+4
| | | | systems. Issue #2 of tksvg.
* Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add ↵oehhar2019-10-041-1/+5
| | | | float emulation for MS-VC8. Thanks to Auriocus to point out the bug.
* Merge 8.6jan.nijtmans2019-05-091-3/+3
|
* Make svg compile with MS VC++ 6 - attention - strtoll is replaced by strtol ↵oehhar2018-06-151-0/+26
| | | | which has lower resolution.
* Make branch compile with MSVC 2008 (Express Edition)fvogel2018-06-061-1/+4
|
* Add missing files, as provided by René Zaumseil.fvogel2018-05-151-0/+3055