Nikita Tsukanov
d820dc1068
Added unit tests for skia backend
11 years ago
Nikita Tsukanov
6859f62d12
Make actual RenderTargetBitmap implement IRenderTarget
11 years ago
Nelson Carrillo
a84d7189ea
Implemented retained brush impls for Cairo to match D2D
11 years ago
Steven Kirk
efb0102b4c
Update tolerance for image compare.
AppVeyor tests are failing by a small margin.
11 years ago
Steven Kirk
f2378b035f
Initial implementation of ImageBrush on D2D.
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
e8fb10ba2f
Added Cairo render tests.
Some tests failing.
11 years ago
Steven Kirk
d11d779414
Trying to fix capitalization of tests and docs AGAIN.
11 years ago
Steven Kirk
1a2fba4798
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2 .
11 years ago
Steven Kirk
845b28a2c2
Fixed casing of Docs and Tests directories.
11 years ago
Steven Kirk
6167bacf54
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
11 years ago
Steven Kirk
56968707de
Added some more tests for Shape.
Can't get all the new tests to pass... need to take a break AAARGH ;)
Need to be more tests added to test different stretch values etc.
11 years ago
Steven Kirk
9e5bce524c
Fixed D2D render tests.
A few were beoken due to UseLayoutRounding changes and a few were false
negatives due to artifacts. Try using RootMeanSquared as the error
metric and an arbitrary value of 0.02 which seems to be about right from
current data.
11 years ago
Nelson Carrillo
f4e3aefbd4
Make Render Tests run for Cairo
Adds RenderTargetBitmap to Cairo
Oops.
11 years ago
Steven Kirk
a4bf79b7cc
Moved tests to Tests subdir.
11 years ago
Steven Kirk
1a3a78847b
Converted tests to run with xUnit.
11 years ago
Steven Kirk
d468a541c2
Increased fail threshold for failing image tests.
The images were identical to my eye.
11 years ago
Steven Kirk
4370087af6
Fixed easily-fixable failing tests.
11 years ago
Steven Kirk
6644676b03
Moved stuff around a bit.
Windows specific stuff into Windows directory, Perspex.Windows ->
Perspex.Win32 as WinRT might be supported in the future and that is
still Windows.
11 years ago
Steven Kirk
d242e641cf
Change the threshold for image comparisons.
12 years ago
Steven Kirk
d034952c6a
Added Image control.
12 years ago
Steven Kirk
15135c2179
Compare test output.
12 years ago
Steven Kirk
cea271de90
Implemented RenderTargetBitmap
And added a test that outputs an image using it (doesn't actually
compare the image yet)
12 years ago