Skip to content

@ralphschuler.webgl shader factory.<internal>.SVGPreserveAspectRatio

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: SVGPreserveAspectRatio

@ralphschuler/webgl-shader-factory.<internal>.SVGPreserveAspectRatio

Corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.

MDN Reference

Table of contents

Properties

Properties

SVG_MEETORSLICE_MEET

Readonly SVG_MEETORSLICE_MEET: 1

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20426


SVG_MEETORSLICE_SLICE

Readonly SVG_MEETORSLICE_SLICE: 2

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20427


SVG_MEETORSLICE_UNKNOWN

Readonly SVG_MEETORSLICE_UNKNOWN: 0

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20425


SVG_PRESERVEASPECTRATIO_NONE

Readonly SVG_PRESERVEASPECTRATIO_NONE: 1

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20415


SVG_PRESERVEASPECTRATIO_UNKNOWN

Readonly SVG_PRESERVEASPECTRATIO_UNKNOWN: 0

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20414


SVG_PRESERVEASPECTRATIO_XMAXYMAX

Readonly SVG_PRESERVEASPECTRATIO_XMAXYMAX: 10

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20424


SVG_PRESERVEASPECTRATIO_XMAXYMID

Readonly SVG_PRESERVEASPECTRATIO_XMAXYMID: 7

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20421


SVG_PRESERVEASPECTRATIO_XMAXYMIN

Readonly SVG_PRESERVEASPECTRATIO_XMAXYMIN: 4

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20418


SVG_PRESERVEASPECTRATIO_XMIDYMAX

Readonly SVG_PRESERVEASPECTRATIO_XMIDYMAX: 9

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20423


SVG_PRESERVEASPECTRATIO_XMIDYMID

Readonly SVG_PRESERVEASPECTRATIO_XMIDYMID: 6

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20420


SVG_PRESERVEASPECTRATIO_XMIDYMIN

Readonly SVG_PRESERVEASPECTRATIO_XMIDYMIN: 3

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20417


SVG_PRESERVEASPECTRATIO_XMINYMAX

Readonly SVG_PRESERVEASPECTRATIO_XMINYMAX: 8

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20422


SVG_PRESERVEASPECTRATIO_XMINYMID

Readonly SVG_PRESERVEASPECTRATIO_XMINYMID: 5

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20419


SVG_PRESERVEASPECTRATIO_XMINYMIN

Readonly SVG_PRESERVEASPECTRATIO_XMINYMIN: 2

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20416


align

align: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20412


meetOrSlice

meetOrSlice: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:20413

Typescript Libraries

Modules

Namespaces

Clone this wiki locally