mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-17 16:33:50 +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
|
return new CurrentGraphicsState
|
||||||
{
|
{
|
||||||
FontState = FontState.DeepClone(),
|
FontState = FontState?.DeepClone(),
|
||||||
RenderingIntent = RenderingIntent
|
RenderingIntent = RenderingIntent
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user