Nikita Tsukanov
d820dc1068
Added unit tests for skia backend
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
Steven Kirk
cc1c2c0313
Fixes #147 .
11 years ago
Steven Kirk
1374af46fc
Implemented VisualBrush on cairo.
11 years ago
Steven Kirk
acf86c15e2
Updated VisualBrush tests to match ImageBrush.
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
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
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
Steven Kirk
5dca21e6b9
Fix/test VisualBrush alignment.
11 years ago
Steven Kirk
c0e707a117
Added tests for VisualBrush.Stretch Uniform*.
11 years ago
Steven Kirk
4f200bedb3
Implement VisualBrush alignment.
11 years ago
Steven Kirk
0d938acbed
First two VisualBrush tests passing.
11 years ago
Nelson Carrillo
66f1b378ca
LinearGradientBrush render test
11 years ago