mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 19:07:56 +08:00
move pdfline to the core project
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace UglyToad.PdfPig.Geometry
|
||||
namespace UglyToad.PdfPig.Core
|
||||
{
|
||||
using System;
|
||||
using Core;
|
||||
|
||||
/// <summary>
|
||||
/// A line in a PDF 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",
|
||||
|
Reference in New Issue
Block a user