Browse Source

update to alpha2 to fix beziers

pull/98/head
Scott Williams 9 years ago
parent
commit
13f643cb67
  1. 2
      src/ImageSharp.Drawing.Paths/project.json
  2. 2
      tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs

2
src/ImageSharp.Drawing.Paths/project.json

@ -44,7 +44,7 @@
"ImageSharp.Drawing": { "ImageSharp.Drawing": {
"target": "project" "target": "project"
}, },
"SixLabors.Shapes": "0.1.0-alpha0001", "SixLabors.Shapes": "0.1.0-alpha0002",
"StyleCop.Analyzers": { "StyleCop.Analyzers": {
"version": "1.0.0", "version": "1.0.0",
"type": "build" "type": "build"

2
tests/ImageSharp.Tests/Drawing/SolidBezierTests.cs

@ -5,8 +5,6 @@
namespace ImageSharp.Tests.Drawing namespace ImageSharp.Tests.Drawing
{ {
using ImageSharp.Drawing.Shapes;
using System.IO; using System.IO;
using System.Numerics; using System.Numerics;

Loading…
Cancel
Save