Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/memononen/nanosvg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-27Remove non-prototype function declarationAli Abdel-Qader
2022-08-10Fix OOB in nsvg__parseUrl.0vercl0k
2022-07-09Merge pull request #220 from fltk/fix-rgb-color-localeMikko Mononen
2022-07-08Make nsvg__parseColorRGB() independent of the current locale (#139)Albrecht Schlosser
2022-07-08Fix newline at end of file, add commentsAlbrecht Schlosser
2022-05-26Fix build when both nanosvg.h and nanosvgrast.h is includedtamasmeszaros
2022-05-09Merge pull request #209 from tamasmeszaros/cmake_buildMikko Mononen
2022-05-07Avoid calling qsort() when r->nedges == 0Christopher Chavez
2022-05-04Add CMake build script to the projecttamasmeszaros
2022-04-29Avoid signed integer overflow in nsvg__RGBA()Christopher Chavez
2022-04-07roundf instead of roundRyan P. Wilson
2022-04-07Fixed rbg percentage parsing in nsvg__parseColorRGBRyan P. Wilson
2021-09-03Fix decimal values in color fields (nsvg__parseColorRGB)Greg Ercolano
2021-03-29Fix for ticket #179 "division by 0" proposed by SergeySliceHarald Oehlmann
2020-11-20Update nanosvg.hfvogelnew1
2020-09-28Fix for #185Mikko Mononen
2020-09-28Fix for #178Mikko Mononen
2020-09-21Ticket #178: endless loop (DOS) when parsing crafted input via nsvgParseFromF...Harald Oehlmann
2019-04-05Merge pull request #152 from darealshinji/patch-2Mikko Mononen
2019-03-08Fix parsing of numbers with units ex and emJonathan Zrake
2019-03-05don't cast long long -> double -> long longdarealshinji
2018-12-14Fix issue #139: Nano SVG is still locale dependentwcout
2018-08-08Add option for cpp symbol exportBernhard Liebl
2018-07-22Merge branch 'pr/63'Mikko Mononen
2018-04-14Parse <svg> percentage width for automatic sizingCaleb Jones
2018-03-16type fix: change nsvg__parseLineJoin() default value to NSVG_JOIN_MITERMartin Lindhe
2017-07-01Fixed how sign is applied for fractionsMikko Mononen
2017-06-30Fix for issue #90 - use custom strong to float conversionMikko Mononen
2017-06-13Fix for gradient transformation when scaling is usedX-Ryl669
2017-06-01Fix for wrong computation in ArcTo functionX-Ryl669
2017-04-25Revert wrong commentdjack1010
2017-04-24Applied requested changesdjack1010
2017-04-23Ignore malformed attributes in XMLdjack1010
2017-04-23Check buffer length in parseCoordinateRawdjack1010
2017-04-22Merge branch 'master' into masterMikko Mononen
2017-04-21Changed reverse shape list to tail cached variantdaniel-starke
2017-04-21coding stylelieff
2017-04-21Fixed reverse shape list implementationdaniel-starke
2017-04-21fix shapes orderlieff
2017-04-21Fixed GCC warningsdaniel-starke
2017-04-20add new shapes to the head due to performance, reverse list of shapes latertpechot
2017-03-11addded support for stroke-miterlimitMark Tyberg
2016-03-23Fixed typo and added variable typesErick Fuentes
2016-02-18Added nsvgDuplicatePath . Also, fixed some minor typos into the tutorial. Ref...Alessandro Roncone
2016-02-02Fix minor typo in credit comment (Anti-Graim -> Anti-Grain).Dean McNamee
2016-01-23Fix relative T/t path commands. Typo from S/s command.Dean McNamee
2015-12-21Resolve release-mode gcc compilation warning: fread return value ignoredNigel Stewart
2015-11-08Implemented dashed stroke renderingMikko Mononen
2015-11-07Better support for coordinates, fixes local space percentage gradientsMikko Mononen
2015-11-05Fix the visibility attribute parsing, keep the information in theOlivier Galibert