mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 03:17:57 +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 System;
|
||||||
using Core;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A line in a PDF file.
|
/// A line in a PDF file.
|
@@ -88,7 +88,6 @@
|
|||||||
"UglyToad.PdfPig.PdfFonts.FontStretch",
|
"UglyToad.PdfPig.PdfFonts.FontStretch",
|
||||||
"UglyToad.PdfPig.Geometry.GeometryExtensions",
|
"UglyToad.PdfPig.Geometry.GeometryExtensions",
|
||||||
"UglyToad.PdfPig.Geometry.PdfPath",
|
"UglyToad.PdfPig.Geometry.PdfPath",
|
||||||
"UglyToad.PdfPig.Geometry.PdfLine",
|
|
||||||
"UglyToad.PdfPig.Graphics.Colors.CMYKColor",
|
"UglyToad.PdfPig.Graphics.Colors.CMYKColor",
|
||||||
"UglyToad.PdfPig.Graphics.Colors.ColorSpace",
|
"UglyToad.PdfPig.Graphics.Colors.ColorSpace",
|
||||||
"UglyToad.PdfPig.Graphics.Colors.ColorSpaceExtensions",
|
"UglyToad.PdfPig.Graphics.Colors.ColorSpaceExtensions",
|
||||||
|
Reference in New Issue
Block a user