23 Commits (1478d52af022a8e1d15d262d819f04bc9195090b)

Author SHA1 Message Date
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams 46b2075ca5 ensure we fill pixels even if start is smaller then minX 9 years ago
Scott Williams 11d04cfddc replace outlineing logic with path generation. 9 years ago
James Jackson-South cc87885d83 Internalize PixelAccessor 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 5899ceee8c Update to use MathsF 9 years ago
Scott Williams 69daa8464a scan to end of line even if longer 9 years ago
Scott Williams 3db50fea44 reduce range check 9 years ago
Scott Williams 152e71135c add range checks 9 years ago
Scott Williams 34b09eb099 code cleanup 9 years ago
Scott Williams 0a81f28c40 implement real sub-pixel rendering 9 years ago
James Jackson-South 58bd379394 Make all processors internal 9 years ago
James Jackson-South 3eda81fb0f Move all drawing code into drawing project 9 years ago
Scott Williams 509eaf12d5 consolidate packages 9 years ago
Scott Williams 07b5ff4e2d Fix drawing on transparent background 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
Scott Williams 351f92812a update SixLabors.Shapes version 9 years ago
Scott Williams 06ff61040d fixes some corner clipping issues 9 years ago
Scott Williams ae5ec4ccf1 xml doc fixes 9 years ago
Scott Williams a5b3aa496f xml doc fixes 9 years ago
Scott Williams bf522fdfcb added unit tests for Paths 9 years ago
Scott Williams 884dfab3e1 split out paths from basic drawing 9 years ago
Scott Williams 4e745d7280 added IRegion and droped use of vectors in brushes 9 years ago
Scott Williams 97085fe465 migrate to third party shapes library 9 years ago
Scott Williams 5945a850f3 Enforce only access inside array bounds 9 years ago
Scott Williams 83f1f796ce style 👮 10 years ago
Scott Williams 086115fd78 code cleanup and comments 10 years ago
Scott Williams d6b4315b4d style 👮 10 years ago
Scott Williams 698785aa7c drop test code 10 years ago
Scott Williams e443a60beb Fix complex polygon fill 10 years ago
Scott Williams 4dc25ee272 drop old code 10 years ago
Scott Williams d07e0885db use abstract base class instead of interface 10 years ago
Scott Williams 734b33b69e Put processors folder/namespace back 10 years ago
Scott Williams 0b2e792f26 fix namespaces 10 years ago
Scott Williams b0985ddb0e migrate processors 10 years ago
Scott Williams 85061df804 Split Drawing from Core 10 years ago
James Jackson-South 171a38a0fa Fix Tests 10 years ago
Olivia 6e19183609 Removing common namespace. 10 years ago
Olivia d7b8107ea5 Refactoring the rest to use a const epsilon. 10 years ago
Scott Williams 5bcc92cbde Add a recolor brush 10 years ago
James Jackson-South 99fed3ff36 Merging into master 10 years ago
James Jackson-South 3863f69bff Remove TPacked from generic signature 10 years ago
Olivia 229954a641 Fixing documentation warnings. Moving MutableSpanExtensions into ints own file. 10 years ago
Olivia a13b865f6a Fixing documentation warnings. Moving MutableSpanExtensions into ints own file. 10 years ago
Scott Williams a6738d89e6 Add optimised RectanglePolygon 10 years ago
Olivia 4da1ebd55d Fixing missing parameter documentation warnings. 10 years ago
Olivia dcb6d1fa52 Fixing stylecop warnings on whitespace and usings. 10 years ago