brepjs API Reference
    Preparing search index...

    Interface SVGImportOptions

    Options controlling SVG import behavior.

    interface SVGImportOptions {
        flipY?: boolean;
    }
    Index

    Properties

    Properties

    flipY?: boolean

    Whether to flip the Y axis (default: true, since SVG Y is down).