mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
remove all old cos objects
This commit is contained in:
@@ -159,7 +159,7 @@ namespace UglyToad.PdfPig.Graphics
|
||||
|
||||
arguments.Add(array.ToArray());
|
||||
}
|
||||
else if (parameter.ParameterType == typeof(CosName))
|
||||
else if (parameter.ParameterType == typeof(NameToken))
|
||||
{
|
||||
if (operands[offset] is NameToken name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user