Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Nov 4, 2024
1 parent 60164f0 commit 17be97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ACadSharp.Pdf/Core/IO/PdfPen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public void DrawEntity(Entity entity, Transform transform)
case Point point:
this.drawPoint(point, transform);
break;
case TextEntity text:
throw new System.NotImplementedException();
case IPolyline polyline:
this.drawPolyline(polyline, transform);
break;
Expand Down

0 comments on commit 17be97b

Please sign in to comment.