mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-09 14:04:35 +08:00
keep the bytes factory call which was accidentally removed
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
using Filters;
|
||||
using Graphics.Colors;
|
||||
using Graphics.Core;
|
||||
using Images;
|
||||
using Tokens;
|
||||
using Images.Png;
|
||||
|
||||
@@ -113,6 +112,8 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
bytes = bytesFactory.Value;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user