Skip to content

Commit cee21d9

Browse files
Merge pull request #261 from SixLabors/js/clipper-2
Upgrade to clipper 2
2 parents 2b2f610 + 69621fb commit cee21d9

File tree

35 files changed

+7337
-5092
lines changed

35 files changed

+7337
-5092
lines changed

samples/DrawShapesWithImageSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static void DrawText(string text, IPath path)
7979
HorizontalAlignment = HorizontalAlignment.Left,
8080

8181
// Enable this to test vertical layout mode.
82-
//LayoutMode = LayoutMode.VerticalLeftRight
82+
// LayoutMode = LayoutMode.VerticalLeftRight
8383
};
8484

8585
IPathCollection glyphs = TextBuilder.GenerateGlyphs(text, path, textOptions);

0 commit comments

Comments
 (0)