mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
fix failing test due to bug in deep clone of graphics state
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
{
|
||||
return new CurrentGraphicsState
|
||||
{
|
||||
FontState = FontState.DeepClone(),
|
||||
FontState = FontState?.DeepClone(),
|
||||
RenderingIntent = RenderingIntent
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user