Sign in
skia
/
external
/
github.com
/
airbnb
/
lottie-web
/
0bd95d8cee111ea6700fe90de3ab0b2d9004c387
/
.
/
docs
/
json
/
helpers
/
lineJoin.json
blob: f9e2634ab0d5ae7a07a1e2b077f6b30c7f12c13f [
file
]
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"object"
,
"oneOf"
:
[
{
"standsFor"
:
"miter"
,
"value"
:
1
},
{
"standsFor"
:
"round"
,
"value"
:
2
},
{
"standsFor"
:
"butt"
,
"value"
:
3
}
]
}