// Copyright (c) Six Labors. // Licensed under the Six Labors Split License. namespace SixLabors.ImageSharp.Drawing { /// public enum LineCap { /// Butt, /// Square, /// Round } }