remove all old cos objects

This commit is contained in:
Eliot Jones
2018-01-21 14:56:50 +00:00
parent e24a306c31
commit 3172596b7c
31 changed files with 33 additions and 3958 deletions

View File

@@ -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)
{