Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
{
"_class": "rectangle",
"booleanOperation": -1,
"clippingMaskMode": 0,
"do_objectID": "98319C4E-A73F-41E6-8483-BE2A1A6FA099",
"edited": false,
"exportOptions": {
"_class": "exportOptions",
"exportFormats": [
],
"includedLayerIds": [
],
"layerOptions": 0,
"shouldTrim": false
},
"fixedRadius": 0,
"frame": {
"_class": "rect",
"constrainProportions": false,
"height": 313,
"width": 520,
"x": 1108,
"y": 338
},
"hasClippingMask": false,
"hasConvertedToNewRoundCorners": true,
"isClosed": true,
"isFixedToViewport": false,
"isFlippedHorizontal": false,
"isFlippedVertical": false,
"isLocked": false,
"isVisible": true,
"layerListExpandedType": 0,
"name": "Rectangle",
"nameIsFixed": false,
"needsConvertionToNewRoundCorners": false,
"pointRadiusBehaviour": 1,
"points": [
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0, 0}",
"curveMode": 1,
"curveTo": "{0, 0}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{0, 0}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{1, 0}",
"curveMode": 1,
"curveTo": "{1, 0}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{1, 0}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{1, 1}",
"curveMode": 1,
"curveTo": "{1, 1}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{1, 1}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0, 1}",
"curveMode": 1,
"curveTo": "{0, 1}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{0, 1}"
}
],
"resizingConstraint": 63,
"resizingType": 0,
"rotation": 0,
"shouldBreakMaskChain": false,
"style": {
"_class": "style",
"blur": {
"_class": "blur",
"center": "{0.5, 0.5}",
"isEnabled": false,
"motionAngle": 0,
"radius": 10,
"saturation": 1,
"type": 0
},
"borderOptions": {
"_class": "borderOptions",
"dashPattern": [
],
"isEnabled": true,
"lineCapStyle": 0,
"lineJoinStyle": 0
},
"borders": [
{
"_class": "border",
"color": {
"_class": "color",
"alpha": 1,
"blue": 0.592,
"green": 0.592,
"red": 0.592
},
"contextSettings": {
"_class": "graphicsContextSettings",
"blendMode": 0,
"opacity": 1
},
"fillType": 0,
"gradient": {
"_class": "gradient",
"elipseLength": 0,
"from": "{0.5, 0}",
"gradientType": 0,
"stops": [
{
"_class": "gradientStop",
"color": {
"_class": "color",
"alpha": 1,
"blue": 1,
"green": 1,
"red": 1
},
"position": 0
},
{
"_class": "gradientStop",
"color": {
"_class": "color",
"alpha": 1,
"blue": 0,
"green": 0,
"red": 0
},
"position": 1
}
],
"to": "{0.5, 1}"
},
"isEnabled": true,
"position": 1,
"thickness": 1
}
],
"colorControls": {
"_class": "colorControls",
"brightness": 0,
"contrast": 1,
"hue": 0,
"isEnabled": false,
"saturation": 1
},
"contextSettings": {
"_class": "graphicsContextSettings",
"blendMode": 0,
"opacity": 1
},
"do_objectID": "920868A5-F14E-45C8-88AE-BB9AAE1660F0",
"endMarkerType": 0,
"fills": [
{
"_class": "fill",
"color": {
"_class": "color",
"alpha": 1,
"blue": 0.847,
"green": 0.847,
"red": 0.847
},
"contextSettings": {
"_class": "graphicsContextSettings",
"blendMode": 0,
"opacity": 1
},
"fillType": 0,
"gradient": {
"_class": "gradient",
"elipseLength": 0,
"from": "{0.5, 0}",
"gradientType": 0,
"stops": [
{
"_class": "gradientStop",
"color": {
"_class": "color",
"alpha": 1,
"blue": 1,
"green": 1,
"red": 1
},
"position": 0
},
{
"_class": "gradientStop",
"color": {
"_class": "color",
"alpha": 1,
"blue": 0,
"green": 0,
"red": 0
},
"position": 1
}
],
"to": "{0.5, 1}"
},
"isEnabled": true,
"noiseIndex": 0,
"noiseIntensity": 0,
"patternFillType": 1,
"patternTileScale": 1
}
],
"innerShadows": [
],
"miterLimit": 10,
"shadows": [
],
"startMarkerType": 0,
"windingRule": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
{
"class": "rectangle",
"id": "A8908911-D4DD-4E69-A58D-821E86EFB185"
},
{
"class": "rectangle",
"id": "98319C4E-A73F-41E6-8483-BE2A1A6FA099"
}
],
"name": "slide deck",
Expand Down