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
AgeCommit message (Collapse)Author
2017-07-01Fixed how sign is applied for fractionsMikko Mononen
2017-06-30Fix for issue #90 - use custom strong to float conversionMikko Mononen
Use custom strong to float conversion instead of the one from std library to fix parsing floats with locales which use different number format than specified by SVG.
2017-06-13Merge pull request #92 from X-Ryl669/currentMikko Mononen
Fix for gradient transformation when scaling is used
2017-06-13Fix for gradient transformation when scaling is usedX-Ryl669
2017-06-01Merge pull request #89 from X-Ryl669/masterMikko Mononen
Fix for wrong computation in ArcTo function
2017-06-01Fix for wrong computation in ArcTo functionX-Ryl669
2017-04-27Merge pull request #84 from Djack1010/pull-requestMikko Mononen
Fix two errors found with AFL
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 pull request #83 from daniel-starke/masterMikko Mononen
Fix for typos, GCC warnings and shape ordering
2017-04-22Merge branch 'master' into masterMikko Mononen
2017-04-22Merge pull request #82 from lieff/masterMikko Mononen
fix shapes order
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-20Merge pull request #81 from tpecholt/optimizationMikko Mononen
issue #80: Add new shapes to the head due to performance
2017-04-20add new shapes to the head due to performance, reverse list of shapes latertpechot
2017-03-11Merge pull request #77 from mtyberg/masterMikko Mononen
addded support for stroke-miterlimit
2017-03-11addded support for stroke-miterlimitMark Tyberg
2016-03-23Merge pull request #66 from ewfuentes/typoFixMikko Mononen
Fixed typo and added variable types
2016-03-23Fixed typo and added variable typesErick Fuentes
2016-02-18Added nsvgDuplicatePath . Also, fixed some minor typos into the tutorial. ↵Alessandro Roncone
Ref #62
2016-02-02Merge pull request #59 from deanm/grainMikko Mononen
Fix minor typo in credit comment (Anti-Graim -> Anti-Grain).
2016-02-02Fix minor typo in credit comment (Anti-Graim -> Anti-Grain).Dean McNamee
2016-01-24Merge pull request #56 from deanm/masterMikko Mononen
Fix relative T/t path commands. Typo from S/s command.
2016-01-23Fix relative T/t path commands. Typo from S/s command.Dean McNamee
2016-01-17Merge pull request #51 from nifker/masterMikko Mononen
Update premake4.lua
2016-01-04Update premake4.luanifker
2015-12-21Merge pull request #49 from nigels-com/merge-fread-fixupMikko Mononen
Resolve release-mode gcc compilation warning: fread return value ignored
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
- fixed zero check in form inverse (was producing NaNs - improved coordinate parsing - handle gradient percentage coords properly
2015-11-05Merge pull request #46 from galibert/masterMikko Mononen
Visibility fixes
2015-11-05Fix the visibility attribute parsing, keep the information in theOlivier Galibert
shape and take it into account in the rendering.
2015-06-13Merge pull request #42 from jry2/masterMikko Mononen
Fixed VC2015 RC warnings.
2015-06-12Fixed VC2015 RC warnings.jry2
-possible loss of data while conversions -potentially uninitialized local variables -declaration hides previous local declaration
2015-06-12Make div255 to compile on gccMikko Mononen
2015-06-12Merge pull request #40 from chrismile/masterMikko Mononen
Fix for "nsvg__scanlineSolid"
2015-06-12Fix for "nsvg__scanlineSolid"Christoph Neuhauser
Updated fix for https://github.com/memononen/nanosvg/issues/37 (code now using nsvg__div255). Fix for "nsvg__scanlineSolid" #2 Updated fix for https://github.com/memononen/nanosvg/issues/37 (code now using nsvg__div255).
2015-06-12Handle fill rule properlyMikko Mononen
- added parser for fill rule - added even-odd fill rule support for rasteriser
2015-05-27Merge pull request #35 from chrismile/masterMikko Mononen
Improved gradient support
2015-05-27Style changeChristoph Neuhauser
!stops -> stops == NULL
2015-05-27Improved gradient supportChristoph Neuhauser
Fixed/added the following things: - The right initial values for linear (x2=1.0f) and radial gradients (cx=cy=r=0.5f). See: http://www.w3.org/TR/SVG/pservers.html#LinearGradients - Fixed matrix multiplication order in "nsvg__createGradient" to properly support gradientUnits="userSpaceOnUse" - Added support for gradientUnits="objectBoundingBox" with percentage and floating point values (tested with http://www.w3.org/TR/SVG/images/pservers/lingrad01.svg) - Added patch from https://github.com/memononen/nanosvg/issues/29 - Fixed removing the hash in front of "link:href" references. Currently this only means that the first char is skipped. Not quite optimal (can there be leading whitespace chars?), but it at least works.
2015-03-24Merge pull request #32 from galibert/masterMikko Mononen
Cleanup minor warnings
2015-03-24Cleanup minor warningsOlivier Galibert
2015-01-25Merge pull request #28 from scanlime/upstreamMikko Mononen
Keep the 'id' attribute for shapes