Move Path-Painting Operators to PathPainting folder

This commit is contained in:
BobLd
2020-04-02 16:33:03 +01:00
committed by Eliot Jones
parent c4a077bbbb
commit 002d8dc06d
13 changed files with 20 additions and 18 deletions

View File

@@ -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();

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;

View File

@@ -1,4 +1,4 @@
namespace UglyToad.PdfPig.Graphics.Operations
namespace UglyToad.PdfPig.Graphics.Operations.PathPainting
{
using System.IO;