mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-06-28 15:30:17 +08:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace UglyToad.Pdf.Geometry.Paths
|
|
{
|
|
internal class GeneralPath
|
|
{
|
|
// TODO: provide an implementation
|
|
}
|
|
}
|