ImageSharp.Drawing icon indicating copy to clipboard operation
ImageSharp.Drawing copied to clipboard

:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.

Results 23 ImageSharp.Drawing issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp.Drawing - [x] I have verified...

needs triage

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp.Drawing - [x] I have verified...

needs triage

### Prerequisites - [ ] I have written a descriptive issue title - [ ] I have verified that I am running the latest version of Fonts - [ ]...

bug
needs triage

Though this would work on images [https://github.com/SixLabors/Samples/blob/master/ImageSharp/AvatarWithRoundedCorner/Program.cs](url) this is not possible in Shapes where you need to use Pen (all paths should be closed). See attached sample ![rounded dashed rectangle](https://user-images.githubusercontent.com/28699801/50329938-352b9e00-0534-11e9-8a78-f980d044bb6a.png)...

feature-request
area:shapes

### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified...

upstream-issue

### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of ImageSharp.Drawing - [x] I have verified...

needs triage

### Prerequisites - [x] I have written a descriptive pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/SixLabors/ImageSharp.Drawing/pulls) open - [ ] I have verified that...

### Constructor bloat Currently `Pen`s are immutable. As a consequence, all properties are initialized via constructor, which leads to terrible constructor bloat, especially after adding `JointStyle` and `EndCapStyle` to `Pen`...

API

### Description I need to send a text to a 128x64 LCD display. I need to generate a bmp and draw some text over. I first use System.Drawing but due...

enhancement
text

It would be nice to be able to draw text inside of rectangle basically replicate [feature](https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/how-to-draw-wrapped-text-in-a-rectangle) present in System.Drawing. ![image](https://user-images.githubusercontent.com/19467143/61455762-c6e17980-a964-11e9-98f9-f4156b48467d.png) Currently it is possible to wrap text at certain width...

feature-request
area:drawing