{
  "id": "ly.img.text.curves",
  "version": "7.0.0",
  "assets": [
    {
      "id": "ly.img.text.curves.circle",
      "label": {
        "en": "Circle",
        "de": "Kreis"
      },
      "tags": {
        "en": ["circle", "round", "curve", "loop"],
        "de": ["Kreis", "rund", "Kurve", "Schleife"]
      },
      "meta": {
        "thumbUri": "{{base_url}}/ly.img.text.curves/thumbnails/curve-circle.png",
        "width": 120,
        "height": 120
      },
      "payload": {
        "stylePreset": {
          "blockType": "//ly.img.ubq/text",
          "mode": "merge",
          "fontSize": {
            "scale": 0.75
          },
          "properties": {
            "text/text": "Text on a circle is usually very round.",
            "text/horizontalAlignment": "Center",
            "text/verticalAlignment": "Center",
            "text/path": "M 60,119.5 A 59.5,59.5 0 1,1 60.01,119.5 Z",
            "text/pathOffset": 0,
            "text/pathFlipped": false
          }
        }
      }
    },
    {
      "id": "ly.img.text.curves.arch",
      "label": {
        "en": "Arch",
        "de": "Bogen"
      },
      "tags": {
        "en": ["arch", "arc", "curve"],
        "de": ["Bogen", "gewölbt", "Kurve"]
      },
      "meta": {
        "thumbUri": "{{base_url}}/ly.img.text.curves/thumbnails/curve-arch.png",
        "width": 120,
        "height": 60
      },
      "payload": {
        "stylePreset": {
          "blockType": "//ly.img.ubq/text",
          "mode": "merge",
          "fontSize": {
            "scale": 0.75
          },
          "properties": {
            "text/text": "Text on an arch",
            "text/horizontalAlignment": "Center",
            "text/verticalAlignment": "Top",
            "text/path": "M 0,60 A 60,60 0 0,1 120,60",
            "text/pathOffset": 0,
            "text/pathFlipped": false
          }
        }
      }
    },
    {
      "id": "ly.img.text.curves.wave",
      "label": {
        "en": "Wave",
        "de": "Welle"
      },
      "tags": {
        "en": ["wave", "sine", "curve", "wavy"],
        "de": ["Welle", "Sinus", "Kurve", "wellig"]
      },
      "meta": {
        "thumbUri": "{{base_url}}/ly.img.text.curves/thumbnails/curve-wave.png",
        "width": 111,
        "height": 25
      },
      "payload": {
        "stylePreset": {
          "blockType": "//ly.img.ubq/text",
          "mode": "merge",
          "fontSize": {
            "scale": 0.75
          },
          "properties": {
            "text/text": "Text on a wave",
            "text/horizontalAlignment": "Auto",
            "text/verticalAlignment": "Top",
            "text/path": "M0 12.0918C12.9043 -2.97537 37.6076 -5.05242 54.3124 12.0918C71.0172 29.236 97.392 29.0683 110.711 12.0918",
            "text/pathOffset": 0,
            "text/pathFlipped": false
          }
        }
      }
    },
    {
      "id": "ly.img.text.curves.elevate",
      "label": {
        "en": "Elevate",
        "de": "Anstieg"
      },
      "tags": {
        "en": ["elevate", "rise", "slope", "diagonal", "curve"],
        "de": ["Anstieg", "steigen", "Steigung", "diagonal", "Kurve"]
      },
      "meta": {
        "thumbUri": "{{base_url}}/ly.img.text.curves/thumbnails/curve-elevate.png",
        "width": 164,
        "height": 119
      },
      "payload": {
        "stylePreset": {
          "blockType": "//ly.img.ubq/text",
          "mode": "merge",
          "fontSize": {
            "scale": 0.75
          },
          "properties": {
            "text/text": "Text on a path",
            "text/horizontalAlignment": "Auto",
            "text/verticalAlignment": "Top",
            "text/path": "M0 118.777C0 118.777 0.99638 97.3573 16.1221 83.5172C25.5824 74.8611 44.53 59.7505 82.2446 59.3886C119.959 59.0267 144.113 42.2993 155.245 27.5426C166.378 12.7859 164.49 0 164.49 0",
            "text/pathOffset": 0,
            "text/pathFlipped": false
          }
        }
      }
    }
  ]
}
