PdfPig/src/UglyToad.Pdf/Geometry/Paths/GeneralPath.cs

8 lines
131 B
C#

namespace UglyToad.Pdf.Geometry.Paths
{
internal class GeneralPath
{
// TODO: provide an implementation
}
}