blob: ffafb7d4dd76e48d9aa9083c4e8706eb6473c12c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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$".
< //
|