1,9d0 < // < // "$Id$" < // < < /* Modified for the FLTK library from original source file "nanosvg.h" to < support compilation with Visual Studio 7: < replace in function nsvg__atof() the "long long" type by "fl_nsvg_int". < */ < 1093c1084 < fl_nsvg_int intPart = 0, fracPart = 0; --- > long long intPart = 0, fracPart = 0; 2935,2938d2925 < < // < // End of "$Id$". < //