1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
| {
"type": "excalidraw",
"version": 2,
"source": "https://excalidraw.com",
"elements": [
{
"type": "text",
"version": 169,
"versionNonce": 1845796457,
"isDeleted": false,
"id": "wzaz1MdU",
"fillStyle": "hachure",
"strokeWidth": 1,
"strokeStyle": "solid",
"roughness": 1,
"opacity": 100,
"angle": 0,
"x": -240,
"y": -240,
"strokeColor": "#000000",
"backgroundColor": "transparent",
"width": 628,
"height": 177,
"seed": 1853738053,
"groupIds": [],
"strokeSharpness": "sharp",
"boundElements": [],
"updated": 1661409673584,
"link": null,
"locked": false,
"fontSize": 20,
"fontFamily": 1,
"text": "- 64 = 8*8 = 2*4*2*4 = 2*2*2*2*2*2=2^6\n\n\n- 120 = 2*60 = 2*2*30 = 2*2*2*15 = 2*2*2*3*5 = 2^3*3*5\n\n\n- 36 = 6*6 = 2*3*2*3 = 2*2*3*3 = 2^2*3^2 = (2*3)^2",
"rawText": "- 64 = 8*8 = 2*4*2*4 = 2*2*2*2*2*2=2^6\n\n\n- 120 = 2*60 = 2*2*30 = 2*2*2*15 = 2*2*2*3*5 = 2^3*3*5\n\n\n- 36 = 6*6 = 2*3*2*3 = 2*2*3*3 = 2^2*3^2 = (2*3)^2",
"baseline": 170,
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "- 64 = 8*8 = 2*4*2*4 = 2*2*2*2*2*2=2^6\n\n\n- 120 = 2*60 = 2*2*30 = 2*2*2*15 = 2*2*2*3*5 = 2^3*3*5\n\n\n- 36 = 6*6 = 2*3*2*3 = 2*2*3*3 = 2^2*3^2 = (2*3)^2"
}
],
"appState": {
"theme": "light",
"viewBackgroundColor": "#ffffff",
"currentItemStrokeColor": "#000000",
"currentItemBackgroundColor": "transparent",
"currentItemFillStyle": "hachure",
"currentItemStrokeWidth": 1,
"currentItemStrokeStyle": "solid",
"currentItemRoughness": 1,
"currentItemOpacity": 100,
"currentItemFontFamily": 1,
"currentItemFontSize": 20,
"currentItemTextAlign": "left",
"currentItemStrokeSharpness": "sharp",
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"currentItemLinearStrokeSharpness": "round",
"gridSize": 20,
"colorPalette": {}
},
"files": {}
}
|