Dariusz Komosinski
6727bbe3df
Fix Skia rendering hairline width strokes when Pen thickness is 0.
7 years ago
Steven Kirk
41f201bec8
Fix grip visualbrush tests.
7 years ago
Dan Walmsley
53638845a6
Add more visualbrush tests.
7 years ago
Steven Kirk
eecd3555f9
Fix DPI in ImageBrushImpl.
And add expected output for tests. D2D now passes, skia still renders incorrectly.
7 years ago
Steven Kirk
f1c2c72400
Added failing tests for #1614 .
7 years ago
Steven Kirk
d15e86c2a7
Pass correct node bounds to PushOpacityMask. ( #1870 )
* Pass correct node bounds.
Use node bounds not clip bounds for opacity mask rect.
Fixes #1118 .
* Use layout bounds for opacity mask.
And added a new render test to make sure that the render transform is applied to it.
* Fix bad XAML formatting.
8 years ago
Karnah
48dd3b94d1
Using transparent brush when image source is null
8 years ago
Nelson Carrillo
88bfdf87ea
Skia backend cleanup.
8 years ago
Steven Kirk
253ff56895
Added a couple of Border CornerRadius render tests.
8 years ago
ahopper
c06ac12de7
fix d2d render tests
8 years ago
ahopper
c6a7611150
render test fixed
8 years ago
Steven Kirk
589b76e9cd
Moved render tests for each platform to their own directory.
The test .cs files stay in the `Avalonia.RenderTests` directory but the D2D and Skia render test .csprojs are moved to their own directory: include the test files by using a glob in the .csproj.
This avoids the hack we were having to do to get `BaseIntermediateOutputPath` to work - we no longer have this problem as now each .csproj has its own directory, it can use the default directory for intermediate files.
8 years ago
Steven Kirk
062f67cd18
Added expected test output.
8 years ago
Nikita Tsukanov
3e09457e10
[D2D1] Implement support for IFramebufferPlatformSurface
8 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
8 years ago
Jurjen Biewenga
6fc85456f1
Added expected test results for Cairo and Direct2D
8 years ago
Jurjen Biewenga
e74a1be8e4
Added SVGPath test
8 years ago
Nikita Tsukanov
1d6beab970
Fixed Skia's RenderTargetBitmap and made Skia tests to run for .NET Core
9 years ago
Steven Kirk
7a5e9010a3
Added another passing ImageBrush test.
This tests what I though was a bug in #874 but comparing with WPF, it seems this is correct behavior.
9 years ago
Steven Kirk
730911fc0d
Added a couple more passing tile tests.
9 years ago
Steven Kirk
fb25645aed
Fixed expected skia output.
9 years ago
Steven Kirk
27ec199a3d
Added failing custom render tests.
Deferred rendering does not yet support geometry clipping or opacity masks from `Visual.Render`.
9 years ago
Steven Kirk
d6342e906a
Adjusted expected test output.
The output images were off-center.
9 years ago
Steven Kirk
7e1efb33e2
Added failing render test.
Deferred rendering does not yet support clipping in `Visual.Render`.
9 years ago
Steven Kirk
3ce2479489
Implemented deferred opacity drawing.
9 years ago
Steven Kirk
1c42bbf644
Added failing custom renderer test.
Deferred rendering does not yet support opacity from `Visual.Render`.
9 years ago
Nikita Tsukanov
90a4915549
Implemented WritableBitmap
9 years ago
Nikita Tsukanov
7013033a1b
Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor
9 years ago
Steven Kirk
8f4ef7fab0
Make a bunch of skia render tests pass.
9 years ago
Steven Kirk
2a79137e56
Make cairo render tests pass.
9 years ago
Steven Kirk
b050edb4b5
Use yellow background in geometry clip tests.
For some reason imagemagick couldn't tell that the renders were wrong
before.
9 years ago
Steven Kirk
e4eaf729a9
Make RadialGradientBrush work
With immediate renderer. Also added a render test and fixed some
problems with D2D implementation.
9 years ago
Steven Kirk
6f07978361
Updated test output.
ImageMagick couldn't tell that the deferred renderer was failing the
test previously!!?!?
9 years ago
Steven Kirk
24635ea218
Added in-tree visual brush test.
Expected output is slightly wonky - need to investigate that once
stuff's working in general.
9 years ago
Steven Kirk
3acf219a72
Added expected output for cairo and skia.
10 years ago
Steven Kirk
43e82e4e14
Added tests for absolute and relative path commands.
Some of the tests are currently failing.
10 years ago
Jeremy Koritzinsky
6feb0f7d88
Opacity masks on Skia now work correctly. Implemented via skia layers.
10 years ago
Jeremy Koritzinsky
5bbdfc55b4
Added a render test.
10 years ago
Jeremy Koritzinsky
33bd33e38c
Added render tests for geometry clipping.
10 years ago
Steven Kirk
ec35cdde79
Fixed TextBlock text wrapping.
And added render test (so far only to D2D backend)
10 years ago
Ivan Kochurkin
d8bec31dd8
Added tests data for Polyline and Polygon rendering.
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
42bddea9f2
Direct2D render test for the Path using DashLineCap, StartLineCap, EndLineCap.
10 years ago
Steven Kirk
b3e90d01ea
Updated LinearGradientBrush expected output on D2D.
10 years ago
Nikita Tsukanov
d820dc1068
Added unit tests for skia backend
10 years ago
Steven Kirk
23b72840f3
Fixed ClipToBounds not working.
It was clipping to the wrong bounds.
11 years ago
Steven Kirk
cc1c2c0313
Fixes #147 .
11 years ago