Alberto Castro
Results
2
issues of
Alberto Castro
**Describe the bug** The previewer doesn't show any buttons (like the GeneratePDF button) anymore. **To Reproduce** ``` var document = Document.Create(container => { container.Page(page => { // page content });...
This PR slightly modify the Image class to use a dictionary for the ScaledImageCache instead of a LinkedList to eliminate the need for a linear search.