mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
Move Path-Painting Operators to PathPainting folder
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
public const string Symbol = "W";
|
||||
|
||||
/// <summary>
|
||||
/// The instance of the <see cref="EndPath"/> operation.
|
||||
/// The instance of the <see cref="ModifyClippingByNonZeroWindingIntersect"/> operation.
|
||||
/// </summary>
|
||||
public static readonly ModifyClippingByNonZeroWindingIntersect Value = new ModifyClippingByNonZeroWindingIntersect();
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace UglyToad.PdfPig.Graphics.Operations
|
||||
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
|
||||
{
|
||||
using System.IO;
|
||||
|
Reference in New Issue
Block a user