Commit Graph

6 Commits

Author SHA1 Message Date
Jordan Cristiano 90da38d02c Fixed precision of median calculation in legacy generateMSDF.
Caught as a warning by vs2015.
1>  msdfgen.cpp
1>core\msdfgen.cpp(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>core\msdfgen.cpp(310): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>core\msdfgen.cpp(311): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
2017-09-14 00:47:05 -04:00
Jacob Lifshay c508128e6f fixes for building on Linux 2017-08-30 17:51:46 -07:00
Christopher Kohnert b30f10ac07 Use the correct bounds calc to make sure we get all spans. 2017-06-09 15:22:10 -07:00
Christopher Kohnert 8b4f5f6b5d Add support for SVG fill-rule 2017-06-08 14:27:53 -07:00
Viktor Chlumský 0e68504f44 V1.4: Overlapping contours, cubic distance fix, guessorder 2017-02-09 22:44:37 +01:00
Viktor Chlumský 61d3929db0 Version 1.0 2016-04-24 23:58:54 +02:00