Google Slides · JSON Structure

Google Slides Affine Transform Structure

Type: object Properties: 7
CollaborationGoogle WorkspacePresentationsProductivitySlides

AffineTransform is a JSON Structure definition published by Google Slides, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

scaleX scaleY shearX shearY translateX translateY unit

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AffineTransform",
  "type": "object",
  "properties": {
    "scaleX": {
      "type": "number"
    },
    "scaleY": {
      "type": "number"
    },
    "shearX": {
      "type": "number"
    },
    "shearY": {
      "type": "number"
    },
    "translateX": {
      "type": "number"
    },
    "translateY": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    }
  }
}