move pdfline to the core project

This commit is contained in:
Eliot Jones
2020-01-05 09:33:59 +00:00
parent 15525acbaa
commit 1c38a2ae8a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
namespace UglyToad.PdfPig.Geometry
namespace UglyToad.PdfPig.Core
{
using System;
using Core;
/// <summary>
/// A line in a PDF file.

View File

@@ -88,7 +88,6 @@
"UglyToad.PdfPig.PdfFonts.FontStretch",
"UglyToad.PdfPig.Geometry.GeometryExtensions",
"UglyToad.PdfPig.Geometry.PdfPath",
"UglyToad.PdfPig.Geometry.PdfLine",
"UglyToad.PdfPig.Graphics.Colors.CMYKColor",
"UglyToad.PdfPig.Graphics.Colors.ColorSpace",
"UglyToad.PdfPig.Graphics.Colors.ColorSpaceExtensions",