simplified AspectRatio code, better exception handling for QuestPdf.Examples, fixed Placeholder image

This commit is contained in:
Marcin Ziąbek
2021-03-23 14:43:03 +01:00
parent 5e9ff7ec1e
commit 08126b2fa4
7 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace QuestPDF.Examples.Engine
public void Compose(IContainer container)
{
container.Element(Container.Child);
container.Background("#FFF").Element(Container.Child);
}
}
}