GoJS API
/ to search
    Preparing search index...

    Enumeration GeometryStretch

    This enumeration specifies possible values for Shape.geometryStretch and Geometry.defaultStretch.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    Default: 1

    Scale the geometry depending on context, for instance uniformly for a "Circle" figure and non-uniformly for an "Ellipse" figure.

    Fill: 2

    Scale the geometry in both directions so as to fit exactly in the given bounds; there is no clipping, but the aspect ratio may change, causing the geometry to appear stretched.

    None: 0

    Do not scale the geometry; there may be clipping in one or both directions if the available dimensions are too small.

    Uniform: 6

    Scale the geometry equally in both directions to fit the given bounds.