Member Junction
    Preparing search index...

    Outcome of validating one upload. ok is false when there is any error.

    interface LogoValidationResult {
        aspectRatio?: number;
        errors: string[];
        isSingleFillSvg: boolean;
        ok: boolean;
        warnings: string[];
    }
    Index

    Properties

    aspectRatio?: number

    width / height when both are known.

    errors: string[]
    isSingleFillSvg: boolean

    True only for an SVG with at most one distinct fill/stroke color.

    ok: boolean
    warnings: string[]