mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-16 18:27:00 +08:00
fix failing test due to bug in deep clone of graphics state
This commit is contained in:
parent
ed634e86fe
commit
157030ea31
@ -98,7 +98,7 @@
|
||||
{
|
||||
return new CurrentGraphicsState
|
||||
{
|
||||
FontState = FontState.DeepClone(),
|
||||
FontState = FontState?.DeepClone(),
|
||||
RenderingIntent = RenderingIntent
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user