sesaparcours
    Preparing search index...
    • Modifies the framing of the figure (by zooming from a point with a given ratio) syntax zoom(x, y, k) is also allowed

      Parameters

      • options: {
            absCoord?: boolean;
            k: number;
            rep?: string;
            x: number;
            y: string | number | CValDyn;
        }
        • OptionalabsCoord?: boolean

          set to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property). Useless if the figure has no frame.

        • k: number

          zoom ratio

        • Optionalrep?: string

          tag of the frame (system of coordinates), mandatory only if the figure contains several frames

        • x: number

          x-coordinate of the center for zooming-unzooming

        • y: string | number | CValDyn

          y-coordinate of the center for zooming-unzooming

      Returns void