Wiesław Šoltés
c8a6b43009
Updat app.config
10 years ago
Steven Kirk
e096c849d9
Updated NuGet packages.
Closes #395 .
10 years ago
Ivan Kochurkin
d8bec31dd8
Added tests data for Polyline and Polygon rendering.
10 years ago
Ivan Kochurkin
5b79178947
Added LineJoin parameter to geometric primitives.
Fixed Bounds for Line, Polygon, Polyline.
10 years ago
Nikita Tsukanov
a74e9b3ff7
Fixed `Path_Tick_Scaled`, `Path_Tick_Scaled_Stroke_8px` and `Path_Expander_With_Border` for Skia
10 years ago
Ivan Kochurkin
93e1f0d388
Removed PointPair.
10 years ago
Ivan Kochurkin
bf9d9e270b
Added PolygonTests with evenOdd fill.
Fixed errors after merge.
10 years ago
Ivan Kochurkin
5c969c40b8
Implemented Polygon, Polyline, PolylineGeometry.
Added unit-tests with data and demo code in TestApplication.
10 years ago
Ivan Kochurkin
e07d085ef5
Fixed Line rendering (PointPair instead of Rect) and added unit-tests.
10 years ago
Ivan Kochurkin
2cfa6f842e
Fixed @kekekeks notes.
Fixed test name (Line instead of Circle).
10 years ago
Ivan Kochurkin
b6c66c67e0
Added Line and LineGeometry for line drawing.
10 years ago
susloparov
ef7dc640c5
Skipped Path_With_PenLineCap render test for Cairo
10 years ago
susloparov
40c01b73fb
Renamed stroke Shape properties according to WPF naming
10 years ago
susloparov
42bddea9f2
Direct2D render test for the Path using DashLineCap, StartLineCap, EndLineCap.
10 years ago
susloparov
fe88eae319
Somehow PathTests.cs was treated as a binary file by git. Fixed that.
10 years ago
Nikita Tsukanov
d6745e88c1
Added iOS support for skia backend
11 years ago
Nikita Tsukanov
d820dc1068
Added unit tests for skia backend
11 years ago
Nikita Tsukanov
6859f62d12
Make actual RenderTargetBitmap implement IRenderTarget
11 years ago
Steven Kirk
23b72840f3
Fixed ClipToBounds not working.
It was clipping to the wrong bounds.
11 years ago
Nikita Tsukanov
323c1a49c1
Removed core dependency on Splat
11 years ago
Steven Kirk
5e2c1653e3
Ignore failing cairo tests for the moment.
Font scaling is currently broken in cairo. @ncarrillo removed the hacks
that were working around this, but things will be broken until we
upgrade to gtk3 after alpha 2.
11 years ago
Nelson Carrillo
a84d7189ea
Implemented retained brush impls for Cairo to match D2D
11 years ago
Steven Kirk
cc1c2c0313
Fixes #147 .
11 years ago
Nikita Tsukanov
79ece5409b
Build nuget package each commit
11 years ago
Steven Kirk
1374af46fc
Implemented VisualBrush on cairo.
11 years ago
Steven Kirk
43086960c4
ImageBrush implemented on cairo.
11 years ago
Steven Kirk
efb0102b4c
Update tolerance for image compare.
AppVeyor tests are failing by a small margin.
11 years ago
Steven Kirk
acf86c15e2
Updated VisualBrush tests to match ImageBrush.
11 years ago
Steven Kirk
f2378b035f
Initial implementation of ImageBrush on D2D.
11 years ago
Steven Kirk
063c81ec13
Handle VisualBrush.Visual == null.
11 years ago
Steven Kirk
e101130250
Renamed RelativeUnit values.
Percent -> Relative, Pixels -> Absolute.
11 years ago
Steven Kirk
4bd6990aa2
Use RelativePoint in LinearGradientBrush.
11 years ago
Steven Kirk
b4eca729fb
Renamed Origin -> RelativePoint.
11 years ago
Steven Kirk
c10ac8e68d
Added LinearGradient vertical fill tests.
11 years ago
Steven Kirk
b0401f5c71
Added brush tests to cairo render tests.
VisualBrush tests currently ignored as it's not yet implemented on
cairo.
11 years ago
Nikita Tsukanov
3cd3579475
"field can be readonly"
11 years ago
Nikita Tsukanov
01e2c90bc5
Removed this.
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
f071a3d06b
Removed GlobalSuppressions.
11 years ago
Steven Kirk
2e56c951d5
Removed StyleCop.Analysers.
11 years ago
Steven Kirk
e8fb10ba2f
Added Cairo render tests.
Some tests failing.
11 years ago
Steven Kirk
c69686142c
Added VisualBrush flips.
11 years ago
Steven Kirk
4787e24880
Trying to make tiling work right...
11 years ago
Steven Kirk
fcf151e2ae
Implemented DestinationRect with TileMode.Tile.
11 years ago
Steven Kirk
4cb1e66a56
Added support for VisualBrush TileMode.Tile.
11 years ago
Steven Kirk
aaed6cab91
Add tests for percent rects on VisualBrush
11 years ago
Steven Kirk
b2b50090ba
Added clipping to VisualBrush.DestinationRect.
11 years ago
Steven Kirk
8b2b0273b5
Implemented VisualBrush.DestinationRect.
11 years ago
Steven Kirk
ec010a1c4d
Implemented VisualBrush.SourceRect.
11 years ago