Search Results for

    Show / Hide Table of Contents

    Enum SvgStrokeLineJoin

    Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [TypeConverter(typeof(SvgStrokeLineJoinConverter))]
    public enum SvgStrokeLineJoin

    Fields

    Name Description
    Arcs

    The corners of the paths are joined by arcs that have the same curvature as the curves they join. This is a new value that might not be supported by most browsers.

    Bevel

    The corners of the paths are "flattened".

    Inherit

    The value is inherited from the parent element.

    Miter

    The corners of the paths are joined sharply.

    MiterClip

    The corners of the paths are joined sharply, but clipped at the miter limit instead of falling back to SvgStrokeLineJoin.Bevel. This is a new value that might not be supported by most browsers.

    Round

    The corners of the paths are rounded off.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX