Skip to content

Instantly share code, notes, and snippets.

@dbanksdesign
Last active October 16, 2020 03:19
Show Gist options
  • Save dbanksdesign/2cd006fbb8c957dd0db76b334bbe140f to your computer and use it in GitHub Desktop.
Save dbanksdesign/2cd006fbb8c957dd0db76b334bbe140f to your computer and use it in GitHub Desktop.
{
"type": "APL",
"version": "1.3",
"import": [],
"theme": "dark",
"styles": {
"bigTest": {
"values": [
{
"fontSize": "40dp",
"color": "red",
"textAlign": "center"
}
]
}
},
"graphics": {
"chevronRight": {
"type": "AVG",
"version": "1.0",
"viewportHeight": 18,
"viewportWidth": 18,
"height": "${size}",
"width": "${size}",
"scaleTypeHeight": "grow",
"scaleTypeWidth": "stretch",
"parameters": [
{
"name": "color",
"type": "color",
"default": "black"
},
{
"name": "size",
"type": "number",
"default": 18
}
],
"items": [
{
"type": "path",
"pathData": "M9 1.03c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM10 13H8v-2h2v2zm0-3H8V5h2v5z",
"fill": "${color}"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment