Added tests for elements: Box, Layers, Rotate, Scale, SimpleRotate, Translate, Unconstrained

This commit is contained in:
Marcin Ziąbek
2021-09-18 01:03:58 +02:00
parent 9fddea84ba
commit e411554a29
22 changed files with 769 additions and 52 deletions
+3 -3
View File
@@ -558,7 +558,7 @@ namespace QuestPDF.Examples
{
RenderingTest
.Create()
.PageSize(350, 350)
.PageSize(650, 450)
.FileName()
.Render(container =>
{
@@ -572,8 +572,8 @@ namespace QuestPDF.Examples
foreach (var turns in Enumerable.Range(0, 4))
{
grid.Item()
.Width(150)
.Height(150)
.Width(300)
.Height(200)
.Background(Colors.Grey.Lighten2)
.Padding(10)
.Element(element =>