Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.07 KB | None | 0 0
  1. import 'dart:typed_data';
  2. import 'package:flutter/material.dart';
  3. import 'dart:ui' as ui;
  4.  
  5. class Splash extends StatelessWidget {
  6. Splash();
  7.  
  8. @override
  9. Widget build(BuildContext context) {
  10. return CustomPaint(painter: SplashPainter());
  11. }
  12. }
  13.  
  14. class SplashPainter extends CustomPainter {
  15. SplashPainter();
  16.  
  17. @override
  18. void paint(Canvas canvas, Size size) {
  19. canvas.drawColor(Colors.transparent, BlendMode.screen);
  20. var frame = Offset.zero & size;
  21. canvas.translate(-260.0000000000, -556.0000000000);
  22.  
  23. // 944:1 : Splash (COMPONENT)
  24. var draw_944_1 = (Canvas canvas, Rect container) {
  25. var frame = Rect.fromLTWH(
  26. 260.0000000000,
  27. 556.0000000000,
  28. (container.width - (0.0)),
  29. (container.height -
  30. (0.0))) /* H:LEFT_RIGHT V:TOP_BOTTOM F:(l:260,t:556,r:-260,b:-260,w:375,h:812) */;
  31. canvas.save();
  32. canvas.transform(Float64List.fromList([
  33. 1.0000000000,
  34. 0.0,
  35. 0.0,
  36. 0.0,
  37. 0.0,
  38. 1.0000000000,
  39. 0.0,
  40. 0.0,
  41. 0.0,
  42. 0.0,
  43. 1.0,
  44. 0.0,
  45. frame.left,
  46. frame.top,
  47. 0.0,
  48. 1.0
  49. ]));
  50. canvas.drawRect(Offset.zero & frame.size,
  51. (Paint()..color = _ColorCatalog.instance.color_0));
  52.  
  53. // 281:60 : Rectangle 14 (RECTANGLE)
  54. var draw_281_60 = (Canvas canvas, Rect container) {
  55. var frame = Rect.fromLTWH(0.0, 0.0, 375.0000000000,
  56. 812.0000000000) /* H:LEFT V:TOP F:(l:0,t:0,r:0,b:0,w:375,h:812) */;
  57. canvas.save();
  58. canvas.transform(Float64List.fromList([
  59. 1.0000000000,
  60. 0.0,
  61. 0.0,
  62. 0.0,
  63. 0.0,
  64. 1.0000000000,
  65. 0.0,
  66. 0.0,
  67. 0.0,
  68. 0.0,
  69. 1.0,
  70. 0.0,
  71. frame.left,
  72. frame.top,
  73. 0.0,
  74. 1.0
  75. ]));
  76. var transform = Float64List.fromList([
  77. (frame.width / 375.0000000000),
  78. 0.0,
  79. 0.0,
  80. 0.0,
  81. 0.0,
  82. (frame.height / 812.0000000000),
  83. 0.0,
  84. 0.0,
  85. 0.0,
  86. 0.0,
  87. 1.0,
  88. 0.0,
  89. 0.0,
  90. 0.0,
  91. 0.0,
  92. 1.0
  93. ]);
  94. var fillGeometry = [
  95. (Path()..addRect(Rect.fromLTWH(0.0, 0.0, frame.width, frame.height)))
  96. ];
  97. fillGeometry.forEach((path) {
  98. canvas.drawPath(
  99. path,
  100. (Paint()
  101. ..shader = LinearGradient(
  102. begin: Alignment(0, -1),
  103. end: Alignment(0, 0.9999999999999998),
  104. stops: [0, 1],
  105. colors: [
  106. _ColorCatalog.instance.color_1,
  107. _ColorCatalog.instance.color_2
  108. ],
  109. tileMode: TileMode.clamp)
  110. .createShader(Offset.zero & frame.size)));
  111. });
  112. canvas.restore();
  113. };
  114. draw_281_60(canvas, frame);
  115.  
  116. // 281:87 : Group 22 (GROUP)
  117. var draw_281_87 = (Canvas canvas, Rect container) {
  118. // 281:88 : Vector (VECTOR)
  119. var draw_281_88 = (Canvas canvas, Rect container) {
  120. var frame = Rect.fromLTWH(
  121. 210.9084595109,
  122. 760.1999900226,
  123. 105.6270828247,
  124. 52.8000030518) /* H:SCALE V:SCALE F:(l:210.9084595109424,t:760.1999900225703,r:58.46445766435056,b:58.46445766435056,w:105.62708282470703,h:52.80000305175781) */;
  125. canvas.save();
  126. canvas.scale((container.width) / 375.0000000000,
  127. (container.height) / 812.0000000000);
  128. canvas.transform(Float64List.fromList([
  129. -1.0000000000,
  130. 0.0000000000,
  131. 0.0,
  132. 0.0,
  133. -0.0000000000,
  134. -1.0000000000,
  135. 0.0,
  136. 0.0,
  137. 0.0,
  138. 0.0,
  139. 1.0,
  140. 0.0,
  141. frame.left,
  142. frame.top,
  143. 0.0,
  144. 1.0
  145. ]));
  146. var transform = Float64List.fromList([
  147. (frame.width / 105.6270828247),
  148. 0.0,
  149. 0.0,
  150. 0.0,
  151. 0.0,
  152. (frame.height / 52.8000030518),
  153. 0.0,
  154. 0.0,
  155. 0.0,
  156. 0.0,
  157. 1.0,
  158. 0.0,
  159. 0.0,
  160. 0.0,
  161. 0.0,
  162. 1.0
  163. ]);
  164. var fillGeometry = [
  165. _PathCatalog.instance.path_0.transform(transform)
  166. ];
  167. fillGeometry.forEach((path) {
  168. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  169. });
  170. canvas.restore();
  171. };
  172. draw_281_88(canvas, frame);
  173.  
  174. // 281:89 : Vector (VECTOR)
  175. var draw_281_89 = (Canvas canvas, Rect container) {
  176. var frame = Rect.fromLTWH(
  177. 105.2815140153,
  178. 760.1999807884,
  179. 52.8135414124,
  180. 52.8000030518) /* H:SCALE V:SCALE F:(l:105.28151401533694,t:760.1999807883695,r:216.90494457230955,b:216.90494457230955,w:52.813541412353516,h:52.80000305175781) */;
  181. canvas.save();
  182. canvas.scale((container.width) / 375.0000000000,
  183. (container.height) / 812.0000000000);
  184. canvas.transform(Float64List.fromList([
  185. -1.0000000000,
  186. 0.0000000000,
  187. 0.0,
  188. 0.0,
  189. -0.0000000000,
  190. -1.0000000000,
  191. 0.0,
  192. 0.0,
  193. 0.0,
  194. 0.0,
  195. 1.0,
  196. 0.0,
  197. frame.left,
  198. frame.top,
  199. 0.0,
  200. 1.0
  201. ]));
  202. var transform = Float64List.fromList([
  203. (frame.width / 52.8135414124),
  204. 0.0,
  205. 0.0,
  206. 0.0,
  207. 0.0,
  208. (frame.height / 52.8000030518),
  209. 0.0,
  210. 0.0,
  211. 0.0,
  212. 0.0,
  213. 1.0,
  214. 0.0,
  215. 0.0,
  216. 0.0,
  217. 0.0,
  218. 1.0
  219. ]);
  220. var fillGeometry = [
  221. _PathCatalog.instance.path_1.transform(transform)
  222. ];
  223. fillGeometry.forEach((path) {
  224. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  225. });
  226. canvas.restore();
  227. };
  228. draw_281_89(canvas, frame);
  229.  
  230. // 281:90 : Vector (VECTOR)
  231. var draw_281_90 = (Canvas canvas, Rect container) {
  232. var frame = Rect.fromLTWH(
  233. 105.2815093994,
  234. 812.9999838401,
  235. 105.6270828247,
  236. 52.8000030518) /* H:SCALE V:SCALE F:(l:105.28150939941406,t:812.9999838401274,r:164.0914077758789,b:164.0914077758789,w:105.62708282470703,h:52.80000305175781) */;
  237. canvas.save();
  238. canvas.scale((container.width) / 375.0000000000,
  239. (container.height) / 812.0000000000);
  240. canvas.transform(Float64List.fromList([
  241. -1.0000000000,
  242. 0.0000000000,
  243. 0.0,
  244. 0.0,
  245. -0.0000000000,
  246. -1.0000000000,
  247. 0.0,
  248. 0.0,
  249. 0.0,
  250. 0.0,
  251. 1.0,
  252. 0.0,
  253. frame.left,
  254. frame.top,
  255. 0.0,
  256. 1.0
  257. ]));
  258. var transform = Float64List.fromList([
  259. (frame.width / 105.6270828247),
  260. 0.0,
  261. 0.0,
  262. 0.0,
  263. 0.0,
  264. (frame.height / 52.8000030518),
  265. 0.0,
  266. 0.0,
  267. 0.0,
  268. 0.0,
  269. 1.0,
  270. 0.0,
  271. 0.0,
  272. 0.0,
  273. 0.0,
  274. 1.0
  275. ]);
  276. var fillGeometry = [
  277. _PathCatalog.instance.path_2.transform(transform)
  278. ];
  279. fillGeometry.forEach((path) {
  280. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  281. });
  282. canvas.restore();
  283. };
  284. draw_281_90(canvas, frame);
  285.  
  286. // 281:91 : Vector (VECTOR)
  287. var draw_281_91 = (Canvas canvas, Rect container) {
  288. var frame = Rect.fromLTWH(
  289. 158.0949859619,
  290. 812.9999884572,
  291. 52.8135414124,
  292. 52.8000030518) /* H:SCALE V:SCALE F:(l:158.09498596191406,t:812.9999884572281,r:164.09147262573242,b:164.09147262573242,w:52.813541412353516,h:52.80000305175781) */;
  293. canvas.save();
  294. canvas.scale((container.width) / 375.0000000000,
  295. (container.height) / 812.0000000000);
  296. canvas.transform(Float64List.fromList([
  297. -1.0000000000,
  298. 0.0000000000,
  299. 0.0,
  300. 0.0,
  301. -0.0000000000,
  302. -1.0000000000,
  303. 0.0,
  304. 0.0,
  305. 0.0,
  306. 0.0,
  307. 1.0,
  308. 0.0,
  309. frame.left,
  310. frame.top,
  311. 0.0,
  312. 1.0
  313. ]));
  314. var transform = Float64List.fromList([
  315. (frame.width / 52.8135414124),
  316. 0.0,
  317. 0.0,
  318. 0.0,
  319. 0.0,
  320. (frame.height / 52.8000030518),
  321. 0.0,
  322. 0.0,
  323. 0.0,
  324. 0.0,
  325. 1.0,
  326. 0.0,
  327. 0.0,
  328. 0.0,
  329. 0.0,
  330. 1.0
  331. ]);
  332. var fillGeometry = [
  333. _PathCatalog.instance.path_3.transform(transform)
  334. ];
  335. fillGeometry.forEach((path) {
  336. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  337. });
  338. canvas.restore();
  339. };
  340. draw_281_91(canvas, frame);
  341.  
  342. // 281:92 : Vector (VECTOR)
  343. var draw_281_92 = (Canvas canvas, Rect container) {
  344. var frame = Rect.fromLTWH(
  345. 105.2815186313,
  346. 707.3999853660,
  347. 105.6270828247,
  348. 52.8000106812) /* H:SCALE V:SCALE F:(l:105.28151863125913,t:707.3999853660063,r:164.09139854403384,b:164.09139854403384,w:105.62708282470703,h:52.800010681152344) */;
  349. canvas.save();
  350. canvas.scale((container.width) / 375.0000000000,
  351. (container.height) / 812.0000000000);
  352. canvas.transform(Float64List.fromList([
  353. -1.0000000000,
  354. 0.0000000000,
  355. 0.0,
  356. 0.0,
  357. -0.0000000000,
  358. -1.0000000000,
  359. 0.0,
  360. 0.0,
  361. 0.0,
  362. 0.0,
  363. 1.0,
  364. 0.0,
  365. frame.left,
  366. frame.top,
  367. 0.0,
  368. 1.0
  369. ]));
  370. var transform = Float64List.fromList([
  371. (frame.width / 105.6270828247),
  372. 0.0,
  373. 0.0,
  374. 0.0,
  375. 0.0,
  376. (frame.height / 52.8000106812),
  377. 0.0,
  378. 0.0,
  379. 0.0,
  380. 0.0,
  381. 1.0,
  382. 0.0,
  383. 0.0,
  384. 0.0,
  385. 0.0,
  386. 1.0
  387. ]);
  388. var fillGeometry = [
  389. _PathCatalog.instance.path_4.transform(transform)
  390. ];
  391. fillGeometry.forEach((path) {
  392. canvas.drawPath(path, _PaintCatalog.instance.paint_1);
  393. });
  394. canvas.restore();
  395. };
  396. draw_281_92(canvas, frame);
  397.  
  398. // 281:93 : Vector (VECTOR)
  399. var draw_281_93 = (Canvas canvas, Rect container) {
  400. var frame = Rect.fromLTWH(
  401. 158.0949951938,
  402. 707.3999899831,
  403. 52.8135414124,
  404. 52.8000106812) /* H:SCALE V:SCALE F:(l:158.09499519375913,t:707.3999899831069,r:164.09146339388735,b:164.09146339388735,w:52.813541412353516,h:52.800010681152344) */;
  405. canvas.save();
  406. canvas.scale((container.width) / 375.0000000000,
  407. (container.height) / 812.0000000000);
  408. canvas.transform(Float64List.fromList([
  409. -1.0000000000,
  410. 0.0000000000,
  411. 0.0,
  412. 0.0,
  413. -0.0000000000,
  414. -1.0000000000,
  415. 0.0,
  416. 0.0,
  417. 0.0,
  418. 0.0,
  419. 1.0,
  420. 0.0,
  421. frame.left,
  422. frame.top,
  423. 0.0,
  424. 1.0
  425. ]));
  426. var transform = Float64List.fromList([
  427. (frame.width / 52.8135414124),
  428. 0.0,
  429. 0.0,
  430. 0.0,
  431. 0.0,
  432. (frame.height / 52.8000106812),
  433. 0.0,
  434. 0.0,
  435. 0.0,
  436. 0.0,
  437. 1.0,
  438. 0.0,
  439. 0.0,
  440. 0.0,
  441. 0.0,
  442. 1.0
  443. ]);
  444. var fillGeometry = [
  445. _PathCatalog.instance.path_5.transform(transform)
  446. ];
  447. fillGeometry.forEach((path) {
  448. canvas.drawPath(path, _PaintCatalog.instance.paint_1);
  449. });
  450. canvas.restore();
  451. };
  452. draw_281_93(canvas, frame);
  453.  
  454. // 281:94 : Vector (VECTOR)
  455. var draw_281_94 = (Canvas canvas, Rect container) {
  456. var frame = Rect.fromLTWH(
  457. 39.2644791798,
  458. 654.5999536547,
  459. 105.6271133423,
  460. 52.8000030518) /* H:SCALE V:SCALE F:(l:39.264479179801185,t:654.5999536546715,r:230.10840747791366,b:230.10840747791366,w:105.62711334228516,h:52.80000305175781) */;
  461. canvas.save();
  462. canvas.scale((container.width) / 375.0000000000,
  463. (container.height) / 812.0000000000);
  464. canvas.transform(Float64List.fromList([
  465. -1.0000000000,
  466. 0.0000000000,
  467. 0.0,
  468. 0.0,
  469. -0.0000000000,
  470. -1.0000000000,
  471. 0.0,
  472. 0.0,
  473. 0.0,
  474. 0.0,
  475. 1.0,
  476. 0.0,
  477. frame.left,
  478. frame.top,
  479. 0.0,
  480. 1.0
  481. ]));
  482. var transform = Float64List.fromList([
  483. (frame.width / 105.6271133423),
  484. 0.0,
  485. 0.0,
  486. 0.0,
  487. 0.0,
  488. (frame.height / 52.8000030518),
  489. 0.0,
  490. 0.0,
  491. 0.0,
  492. 0.0,
  493. 1.0,
  494. 0.0,
  495. 0.0,
  496. 0.0,
  497. 0.0,
  498. 1.0
  499. ]);
  500. var fillGeometry = [
  501. _PathCatalog.instance.path_6.transform(transform)
  502. ];
  503. fillGeometry.forEach((path) {
  504. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  505. });
  506. canvas.restore();
  507. };
  508. draw_281_94(canvas, frame);
  509.  
  510. // 281:95 : Vector (VECTOR)
  511. var draw_281_95 = (Canvas canvas, Rect container) {
  512. var frame = Rect.fromLTWH(
  513. 92.0779557423,
  514. 654.5999582718,
  515. 52.8135681152,
  516. 52.8000030518) /* H:SCALE V:SCALE F:(l:92.07795574230119,t:654.5999582717723,r:230.10847614246444,b:230.10847614246444,w:52.813568115234375,h:52.80000305175781) */;
  517. canvas.save();
  518. canvas.scale((container.width) / 375.0000000000,
  519. (container.height) / 812.0000000000);
  520. canvas.transform(Float64List.fromList([
  521. -1.0000000000,
  522. 0.0000000000,
  523. 0.0,
  524. 0.0,
  525. -0.0000000000,
  526. -1.0000000000,
  527. 0.0,
  528. 0.0,
  529. 0.0,
  530. 0.0,
  531. 1.0,
  532. 0.0,
  533. frame.left,
  534. frame.top,
  535. 0.0,
  536. 1.0
  537. ]));
  538. var transform = Float64List.fromList([
  539. (frame.width / 52.8135681152),
  540. 0.0,
  541. 0.0,
  542. 0.0,
  543. 0.0,
  544. (frame.height / 52.8000030518),
  545. 0.0,
  546. 0.0,
  547. 0.0,
  548. 0.0,
  549. 1.0,
  550. 0.0,
  551. 0.0,
  552. 0.0,
  553. 0.0,
  554. 1.0
  555. ]);
  556. var fillGeometry = [
  557. _PathCatalog.instance.path_7.transform(transform)
  558. ];
  559. fillGeometry.forEach((path) {
  560. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  561. });
  562. canvas.restore();
  563. };
  564. draw_281_95(canvas, frame);
  565.  
  566. // 281:96 : Vector (VECTOR)
  567. var draw_281_96 = (Canvas canvas, Rect container) {
  568. var frame = Rect.fromLTWH(
  569. 158.0950044256,
  570. 601.7999915090,
  571. 105.6271133423,
  572. 52.8000030518) /* H:SCALE V:SCALE F:(l:158.0950044256042,t:601.7999915089858,r:111.27788223211064,b:111.27788223211064,w:105.62711334228516,h:52.80000305175781) */;
  573. canvas.save();
  574. canvas.scale((container.width) / 375.0000000000,
  575. (container.height) / 812.0000000000);
  576. canvas.transform(Float64List.fromList([
  577. -1.0000000000,
  578. 0.0000000000,
  579. 0.0,
  580. 0.0,
  581. -0.0000000000,
  582. -1.0000000000,
  583. 0.0,
  584. 0.0,
  585. 0.0,
  586. 0.0,
  587. 1.0,
  588. 0.0,
  589. frame.left,
  590. frame.top,
  591. 0.0,
  592. 1.0
  593. ]));
  594. var transform = Float64List.fromList([
  595. (frame.width / 105.6271133423),
  596. 0.0,
  597. 0.0,
  598. 0.0,
  599. 0.0,
  600. (frame.height / 52.8000030518),
  601. 0.0,
  602. 0.0,
  603. 0.0,
  604. 0.0,
  605. 1.0,
  606. 0.0,
  607. 0.0,
  608. 0.0,
  609. 0.0,
  610. 1.0
  611. ]);
  612. var fillGeometry = [
  613. _PathCatalog.instance.path_8.transform(transform)
  614. ];
  615. fillGeometry.forEach((path) {
  616. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  617. });
  618. canvas.restore();
  619. };
  620. draw_281_96(canvas, frame);
  621.  
  622. // 281:97 : Vector (VECTOR)
  623. var draw_281_97 = (Canvas canvas, Rect container) {
  624. var frame = Rect.fromLTWH(
  625. 52.4680665594,
  626. 601.7999822748,
  627. 52.8135681152,
  628. 52.8000030518) /* H:SCALE V:SCALE F:(l:52.468066559393264,t:601.7999822747857,r:269.71836532537236,b:269.71836532537236,w:52.813568115234375,h:52.80000305175781) */;
  629. canvas.save();
  630. canvas.scale((container.width) / 375.0000000000,
  631. (container.height) / 812.0000000000);
  632. canvas.transform(Float64List.fromList([
  633. -1.0000000000,
  634. 0.0000000000,
  635. 0.0,
  636. 0.0,
  637. -0.0000000000,
  638. -1.0000000000,
  639. 0.0,
  640. 0.0,
  641. 0.0,
  642. 0.0,
  643. 1.0,
  644. 0.0,
  645. frame.left,
  646. frame.top,
  647. 0.0,
  648. 1.0
  649. ]));
  650. var transform = Float64List.fromList([
  651. (frame.width / 52.8135681152),
  652. 0.0,
  653. 0.0,
  654. 0.0,
  655. 0.0,
  656. (frame.height / 52.8000030518),
  657. 0.0,
  658. 0.0,
  659. 0.0,
  660. 0.0,
  661. 1.0,
  662. 0.0,
  663. 0.0,
  664. 0.0,
  665. 0.0,
  666. 1.0
  667. ]);
  668. var fillGeometry = [
  669. _PathCatalog.instance.path_9.transform(transform)
  670. ];
  671. fillGeometry.forEach((path) {
  672. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  673. });
  674. canvas.restore();
  675. };
  676. draw_281_97(canvas, frame);
  677.  
  678. // 281:98 : Vector (VECTOR)
  679. var draw_281_98 = (Canvas canvas, Rect container) {
  680. var frame = Rect.fromLTWH(
  681. -0.3454238509,
  682. 760.1999715542,
  683. 52.8135414124,
  684. 52.8000030518) /* H:SCALE V:SCALE F:(l:-0.34542385087399907,t:760.1999715541693,r:322.5318824385205,b:322.5318824385205,w:52.813541412353516,h:52.80000305175781) */;
  685. canvas.save();
  686. canvas.scale((container.width) / 375.0000000000,
  687. (container.height) / 812.0000000000);
  688. canvas.transform(Float64List.fromList([
  689. -1.0000000000,
  690. 0.0000000000,
  691. 0.0,
  692. 0.0,
  693. -0.0000000000,
  694. -1.0000000000,
  695. 0.0,
  696. 0.0,
  697. 0.0,
  698. 0.0,
  699. 1.0,
  700. 0.0,
  701. frame.left,
  702. frame.top,
  703. 0.0,
  704. 1.0
  705. ]));
  706. var transform = Float64List.fromList([
  707. (frame.width / 52.8135414124),
  708. 0.0,
  709. 0.0,
  710. 0.0,
  711. 0.0,
  712. (frame.height / 52.8000030518),
  713. 0.0,
  714. 0.0,
  715. 0.0,
  716. 0.0,
  717. 1.0,
  718. 0.0,
  719. 0.0,
  720. 0.0,
  721. 0.0,
  722. 1.0
  723. ]);
  724. var fillGeometry = [
  725. _PathCatalog.instance.path_10.transform(transform)
  726. ];
  727. fillGeometry.forEach((path) {
  728. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  729. });
  730. canvas.restore();
  731. };
  732. draw_281_98(canvas, frame);
  733.  
  734. // 281:99 : Vector (VECTOR)
  735. var draw_281_99 = (Canvas canvas, Rect container) {
  736. var frame = Rect.fromLTWH(
  737. 290.1289200855,
  738. 654.7400360107,
  739. 52.8135566711,
  740. 52.8000030518) /* H:SCALE V:SCALE F:(l:290.12892008552546,t:654.7400360107422,r:32.05752324333196,b:32.05752324333196,w:52.81355667114258,h:52.80000305175781) */;
  741. canvas.save();
  742. canvas.scale((container.width) / 375.0000000000,
  743. (container.height) / 812.0000000000);
  744. canvas.transform(Float64List.fromList([
  745. -1.0000000000,
  746. 0.0000000000,
  747. 0.0,
  748. 0.0,
  749. -0.0000000000,
  750. -1.0000000000,
  751. 0.0,
  752. 0.0,
  753. 0.0,
  754. 0.0,
  755. 1.0,
  756. 0.0,
  757. frame.left,
  758. frame.top,
  759. 0.0,
  760. 1.0
  761. ]));
  762. var transform = Float64List.fromList([
  763. (frame.width / 52.8135566711),
  764. 0.0,
  765. 0.0,
  766. 0.0,
  767. 0.0,
  768. (frame.height / 52.8000030518),
  769. 0.0,
  770. 0.0,
  771. 0.0,
  772. 0.0,
  773. 1.0,
  774. 0.0,
  775. 0.0,
  776. 0.0,
  777. 0.0,
  778. 1.0
  779. ]);
  780. var fillGeometry = [
  781. _PathCatalog.instance.path_11.transform(transform)
  782. ];
  783. fillGeometry.forEach((path) {
  784. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  785. });
  786. canvas.restore();
  787. };
  788. draw_281_99(canvas, frame);
  789.  
  790. // 281:100 : Vector (VECTOR)
  791. var draw_281_100 = (Canvas canvas, Rect container) {
  792. var frame = Rect.fromLTWH(
  793. 184.0387055025,
  794. 707.6100752590,
  795. 52.8135566711,
  796. 52.8000030518) /* H:SCALE V:SCALE F:(l:184.03870550254152,t:707.6100752589907,r:138.1477378263159,b:138.1477378263159,w:52.81355667114258,h:52.80000305175781) */;
  797. canvas.save();
  798. canvas.scale((container.width) / 375.0000000000,
  799. (container.height) / 812.0000000000);
  800. canvas.transform(Float64List.fromList([
  801. -1.0000000000,
  802. 0.0000000000,
  803. 0.0,
  804. 0.0,
  805. -0.0000000000,
  806. -1.0000000000,
  807. 0.0,
  808. 0.0,
  809. 0.0,
  810. 0.0,
  811. 1.0,
  812. 0.0,
  813. frame.left,
  814. frame.top,
  815. 0.0,
  816. 1.0
  817. ]));
  818. var transform = Float64List.fromList([
  819. (frame.width / 52.8135566711),
  820. 0.0,
  821. 0.0,
  822. 0.0,
  823. 0.0,
  824. (frame.height / 52.8000030518),
  825. 0.0,
  826. 0.0,
  827. 0.0,
  828. 0.0,
  829. 1.0,
  830. 0.0,
  831. 0.0,
  832. 0.0,
  833. 0.0,
  834. 1.0
  835. ]);
  836. var fillGeometry = [
  837. _PathCatalog.instance.path_12.transform(transform)
  838. ];
  839. fillGeometry.forEach((path) {
  840. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  841. });
  842. canvas.restore();
  843. };
  844. draw_281_100(canvas, frame);
  845.  
  846. // 281:101 : Vector (VECTOR)
  847. var draw_281_101 = (Canvas canvas, Rect container) {
  848. var frame = Rect.fromLTWH(
  849. -66.3623823925,
  850. 654.5999444205,
  851. 52.8135414124,
  852. 52.8000030518) /* H:SCALE V:SCALE F:(l:-66.36238239246444,t:654.599944420478,r:388.5488409801109,b:388.5488409801109,w:52.813541412353516,h:52.80000305175781) */;
  853. canvas.save();
  854. canvas.scale((container.width) / 375.0000000000,
  855. (container.height) / 812.0000000000);
  856. canvas.transform(Float64List.fromList([
  857. -1.0000000000,
  858. 0.0000000000,
  859. 0.0,
  860. 0.0,
  861. -0.0000000000,
  862. -1.0000000000,
  863. 0.0,
  864. 0.0,
  865. 0.0,
  866. 0.0,
  867. 1.0,
  868. 0.0,
  869. frame.left,
  870. frame.top,
  871. 0.0,
  872. 1.0
  873. ]));
  874. var transform = Float64List.fromList([
  875. (frame.width / 52.8135414124),
  876. 0.0,
  877. 0.0,
  878. 0.0,
  879. 0.0,
  880. (frame.height / 52.8000030518),
  881. 0.0,
  882. 0.0,
  883. 0.0,
  884. 0.0,
  885. 1.0,
  886. 0.0,
  887. 0.0,
  888. 0.0,
  889. 0.0,
  890. 1.0
  891. ]);
  892. var fillGeometry = [
  893. _PathCatalog.instance.path_13.transform(transform)
  894. ];
  895. fillGeometry.forEach((path) {
  896. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  897. });
  898. canvas.restore();
  899. };
  900. draw_281_101(canvas, frame);
  901.  
  902. // 281:102 : Vector (VECTOR)
  903. var draw_281_102 = (Canvas canvas, Rect container) {
  904. var frame = Rect.fromLTWH(
  905. 105.2815244012,
  906. 641.3999777366,
  907. 26.4067649841,
  908. 26.4000091553) /* H:SCALE V:SCALE F:(l:105.28152440116307,t:641.3999777366117,r:243.31171061470607,b:243.31171061470607,w:26.40676498413086,h:26.400009155273438) */;
  909. canvas.save();
  910. canvas.scale((container.width) / 375.0000000000,
  911. (container.height) / 812.0000000000);
  912. canvas.transform(Float64List.fromList([
  913. -1.0000000000,
  914. 0.0000000000,
  915. 0.0,
  916. 0.0,
  917. -0.0000000000,
  918. -1.0000000000,
  919. 0.0,
  920. 0.0,
  921. 0.0,
  922. 0.0,
  923. 1.0,
  924. 0.0,
  925. frame.left,
  926. frame.top,
  927. 0.0,
  928. 1.0
  929. ]));
  930. var transform = Float64List.fromList([
  931. (frame.width / 26.4067649841),
  932. 0.0,
  933. 0.0,
  934. 0.0,
  935. 0.0,
  936. (frame.height / 26.4000091553),
  937. 0.0,
  938. 0.0,
  939. 0.0,
  940. 0.0,
  941. 1.0,
  942. 0.0,
  943. 0.0,
  944. 0.0,
  945. 0.0,
  946. 1.0
  947. ]);
  948. var fillGeometry = [
  949. _PathCatalog.instance.path_14.transform(transform)
  950. ];
  951. fillGeometry.forEach((path) {
  952. canvas.drawPath(path, _PaintCatalog.instance.paint_1);
  953. });
  954. canvas.restore();
  955. };
  956. draw_281_102(canvas, frame);
  957.  
  958. // 281:103 : Vector (VECTOR)
  959. var draw_281_103 = (Canvas canvas, Rect container) {
  960. var frame = Rect.fromLTWH(
  961. 69.2698269574,
  962. 746.7650945225,
  963. 26.4067649841,
  964. 26.4000091553) /* H:SCALE V:SCALE F:(l:69.26982695742984,t:746.7650945224519,r:279.3234080584393,b:279.3234080584393,w:26.40676498413086,h:26.400009155273438) */;
  965. canvas.save();
  966. canvas.scale((container.width) / 375.0000000000,
  967. (container.height) / 812.0000000000);
  968. canvas.transform(Float64List.fromList([
  969. -1.0000000000,
  970. 0.0000000000,
  971. 0.0,
  972. 0.0,
  973. -0.0000000000,
  974. -1.0000000000,
  975. 0.0,
  976. 0.0,
  977. 0.0,
  978. 0.0,
  979. 1.0,
  980. 0.0,
  981. frame.left,
  982. frame.top,
  983. 0.0,
  984. 1.0
  985. ]));
  986. var transform = Float64List.fromList([
  987. (frame.width / 26.4067649841),
  988. 0.0,
  989. 0.0,
  990. 0.0,
  991. 0.0,
  992. (frame.height / 26.4000091553),
  993. 0.0,
  994. 0.0,
  995. 0.0,
  996. 0.0,
  997. 1.0,
  998. 0.0,
  999. 0.0,
  1000. 0.0,
  1001. 0.0,
  1002. 1.0
  1003. ]);
  1004. var fillGeometry = [
  1005. _PathCatalog.instance.path_15.transform(transform)
  1006. ];
  1007. fillGeometry.forEach((path) {
  1008. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  1009. });
  1010. canvas.restore();
  1011. };
  1012. draw_281_103(canvas, frame);
  1013.  
  1014. // 281:104 : Vector (VECTOR)
  1015. var draw_281_104 = (Canvas canvas, Rect container) {
  1016. var frame = Rect.fromLTWH(
  1017. 171.2983944035,
  1018. 799.7999888486,
  1019. 26.4067707062,
  1020. 26.4000053406) /* H:SCALE V:SCALE F:(l:171.29839440349244,t:799.7999888485672,r:177.2948348903308,b:177.2948348903308,w:26.406770706176758,h:26.400005340576172) */;
  1021. canvas.save();
  1022. canvas.scale((container.width) / 375.0000000000,
  1023. (container.height) / 812.0000000000);
  1024. canvas.transform(Float64List.fromList([
  1025. -1.0000000000,
  1026. 0.0000000000,
  1027. 0.0,
  1028. 0.0,
  1029. -0.0000000000,
  1030. -1.0000000000,
  1031. 0.0,
  1032. 0.0,
  1033. 0.0,
  1034. 0.0,
  1035. 1.0,
  1036. 0.0,
  1037. frame.left,
  1038. frame.top,
  1039. 0.0,
  1040. 1.0
  1041. ]));
  1042. var transform = Float64List.fromList([
  1043. (frame.width / 26.4067707062),
  1044. 0.0,
  1045. 0.0,
  1046. 0.0,
  1047. 0.0,
  1048. (frame.height / 26.4000053406),
  1049. 0.0,
  1050. 0.0,
  1051. 0.0,
  1052. 0.0,
  1053. 1.0,
  1054. 0.0,
  1055. 0.0,
  1056. 0.0,
  1057. 0.0,
  1058. 1.0
  1059. ]);
  1060. var fillGeometry = [
  1061. _PathCatalog.instance.path_16.transform(transform)
  1062. ];
  1063. fillGeometry.forEach((path) {
  1064. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  1065. });
  1066. canvas.restore();
  1067. };
  1068. draw_281_104(canvas, frame);
  1069.  
  1070. // 281:105 : Vector (VECTOR)
  1071. var draw_281_105 = (Canvas canvas, Rect container) {
  1072. var frame = Rect.fromLTWH(
  1073. -79.3729858398,
  1074. 812.9999676971,
  1075. 105.6270828247,
  1076. 52.8000030518) /* H:SCALE V:SCALE F:(l:-79.37298583984375,t:812.9999676971187,r:348.7459030151367,b:348.7459030151367,w:105.62708282470703,h:52.80000305175781) */;
  1077. canvas.save();
  1078. canvas.scale((container.width) / 375.0000000000,
  1079. (container.height) / 812.0000000000);
  1080. canvas.transform(Float64List.fromList([
  1081. -1.0000000000,
  1082. 0.0000000000,
  1083. 0.0,
  1084. 0.0,
  1085. -0.0000000000,
  1086. -1.0000000000,
  1087. 0.0,
  1088. 0.0,
  1089. 0.0,
  1090. 0.0,
  1091. 1.0,
  1092. 0.0,
  1093. frame.left,
  1094. frame.top,
  1095. 0.0,
  1096. 1.0
  1097. ]));
  1098. var transform = Float64List.fromList([
  1099. (frame.width / 105.6270828247),
  1100. 0.0,
  1101. 0.0,
  1102. 0.0,
  1103. 0.0,
  1104. (frame.height / 52.8000030518),
  1105. 0.0,
  1106. 0.0,
  1107. 0.0,
  1108. 0.0,
  1109. 1.0,
  1110. 0.0,
  1111. 0.0,
  1112. 0.0,
  1113. 0.0,
  1114. 1.0
  1115. ]);
  1116. var fillGeometry = [
  1117. _PathCatalog.instance.path_17.transform(transform)
  1118. ];
  1119. fillGeometry.forEach((path) {
  1120. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  1121. });
  1122. canvas.restore();
  1123. };
  1124. draw_281_105(canvas, frame);
  1125.  
  1126. // 281:106 : Vector (VECTOR)
  1127. var draw_281_106 = (Canvas canvas, Rect container) {
  1128. var frame = Rect.fromLTWH(
  1129. -26.5594177246,
  1130. 812.9999723142,
  1131. 52.8135414124,
  1132. 52.8000030518) /* H:SCALE V:SCALE F:(l:-26.559417724609375,t:812.9999723142274,r:348.74587631225586,b:348.74587631225586,w:52.813541412353516,h:52.80000305175781) */;
  1133. canvas.save();
  1134. canvas.scale((container.width) / 375.0000000000,
  1135. (container.height) / 812.0000000000);
  1136. canvas.transform(Float64List.fromList([
  1137. -1.0000000000,
  1138. 0.0000000000,
  1139. 0.0,
  1140. 0.0,
  1141. -0.0000000000,
  1142. -1.0000000000,
  1143. 0.0,
  1144. 0.0,
  1145. 0.0,
  1146. 0.0,
  1147. 1.0,
  1148. 0.0,
  1149. frame.left,
  1150. frame.top,
  1151. 0.0,
  1152. 1.0
  1153. ]));
  1154. var transform = Float64List.fromList([
  1155. (frame.width / 52.8135414124),
  1156. 0.0,
  1157. 0.0,
  1158. 0.0,
  1159. 0.0,
  1160. (frame.height / 52.8000030518),
  1161. 0.0,
  1162. 0.0,
  1163. 0.0,
  1164. 0.0,
  1165. 1.0,
  1166. 0.0,
  1167. 0.0,
  1168. 0.0,
  1169. 0.0,
  1170. 1.0
  1171. ]);
  1172. var fillGeometry = [
  1173. _PathCatalog.instance.path_18.transform(transform)
  1174. ];
  1175. fillGeometry.forEach((path) {
  1176. canvas.drawPath(path, _PaintCatalog.instance.paint_0);
  1177. });
  1178. canvas.restore();
  1179. };
  1180. draw_281_106(canvas, frame);
  1181. };
  1182. draw_281_87(canvas, frame);
  1183.  
  1184. // 281:36 : • iPhone XS / Bars / Status / Default • White (FRAME)
  1185. var draw_281_36 = (Canvas canvas, Rect container) {
  1186. var frame = Rect.fromLTWH(0.0, 0.0, (container.width - (0.0)),
  1187. 44.0000000000) /* H:LEFT_RIGHT V:TOP F:(l:0,t:0,r:0,b:0,w:375,h:44) */;
  1188. canvas.save();
  1189. canvas.transform(Float64List.fromList([
  1190. 1.0000000000,
  1191. 0.0,
  1192. 0.0,
  1193. 0.0,
  1194. 0.0,
  1195. 1.0000000000,
  1196. 0.0,
  1197. 0.0,
  1198. 0.0,
  1199. 0.0,
  1200. 1.0,
  1201. 0.0,
  1202. frame.left,
  1203. frame.top,
  1204. 0.0,
  1205. 1.0
  1206. ]));
  1207. canvas.drawRect(Offset.zero & frame.size,
  1208. (Paint()..color = _ColorCatalog.instance.color_5));
  1209.  
  1210. // 281:37 : Action (GROUP)
  1211. var draw_281_37 = (Canvas canvas, Rect container) {
  1212. // 281:38 : ↳ Time (TEXT)
  1213. var draw_281_38 = (Canvas canvas, Rect container) {
  1214. var frame = Rect.fromLTWH(
  1215. 19.8938999176,
  1216. ((container.height / 2.0) - 8.0000000000),
  1217. 54.0000000000,
  1218. 18.0000000000) /* H:LEFT V:CENTER F:(l:19.89389991760254,t:14,r:301.10610008239746,b:301.10610008239746,w:54,h:18) */;
  1219. canvas.save();
  1220. canvas.transform(Float64List.fromList([
  1221. 1.0000000000,
  1222. 0.0,
  1223. 0.0,
  1224. 0.0,
  1225. 0.0,
  1226. 1.0000000000,
  1227. 0.0,
  1228. 0.0,
  1229. 0.0,
  1230. 0.0,
  1231. 1.0,
  1232. 0.0,
  1233. frame.left,
  1234. frame.top,
  1235. 0.0,
  1236. 1.0
  1237. ]));
  1238. var style_0 = _TextStyleCatalog.instance.ui_TextStyle_0;
  1239. var paragraphStyle = ui.ParagraphStyle(
  1240. fontFamily: 'SF Pro Text',
  1241. textAlign: TextAlign.center,
  1242. fontSize: 15.0000000000,
  1243. fontWeight: FontWeight.w600,
  1244. );
  1245. var paragraphBuilder = ui.ParagraphBuilder(paragraphStyle)
  1246. ..pushStyle(style_0);
  1247. paragraphBuilder.addText("9:41");
  1248. var paragraph = paragraphBuilder.build();
  1249. paragraph.layout(new ui.ParagraphConstraints(width: frame.width));
  1250. canvas.drawParagraph(paragraph, Offset.zero);
  1251. canvas.restore();
  1252. };
  1253. draw_281_38(canvas, frame);
  1254. };
  1255. draw_281_37(canvas, frame);
  1256.  
  1257. // 281:39 : Container (GROUP)
  1258. var draw_281_39 = (Canvas canvas, Rect container) {
  1259. // 281:40 : Battery (GROUP)
  1260. var draw_281_40 = (Canvas canvas, Rect container) {
  1261. // 281:41 : Rectangle (BOOLEAN_OPERATION)
  1262. var draw_281_41 = (Canvas canvas, Rect container) {
  1263. var frame = Rect.fromLTWH(
  1264. 336.0000000000,
  1265. 16.1599979401,
  1266. 24.5000000000,
  1267. 11.5000000000) /* H:SCALE V:SCALE F:(l:336,t:16.159997940063477,r:14.5,b:14.5,w:24.5,h:11.5) */;
  1268. canvas.save();
  1269. canvas.scale((container.width) / 375.0000000000,
  1270. (container.height) / 44.0000000000);
  1271. canvas.transform(Float64List.fromList([
  1272. 1.0000000000,
  1273. 0.0,
  1274. 0.0,
  1275. 0.0,
  1276. 0.0,
  1277. 1.0000000000,
  1278. 0.0,
  1279. 0.0,
  1280. 0.0,
  1281. 0.0,
  1282. 1.0,
  1283. 0.0,
  1284. frame.left,
  1285. frame.top,
  1286. 0.0,
  1287. 1.0
  1288. ]));
  1289. var transform = Float64List.fromList([
  1290. (frame.width / 24.5000000000),
  1291. 0.0,
  1292. 0.0,
  1293. 0.0,
  1294. 0.0,
  1295. (frame.height / 11.5000000000),
  1296. 0.0,
  1297. 0.0,
  1298. 0.0,
  1299. 0.0,
  1300. 1.0,
  1301. 0.0,
  1302. 0.0,
  1303. 0.0,
  1304. 0.0,
  1305. 1.0
  1306. ]);
  1307. var fillGeometry = [
  1308. _PathCatalog.instance.path_19.transform(transform)
  1309. ];
  1310. fillGeometry.forEach((path) {
  1311. canvas.drawPath(path, _PaintCatalog.instance.paint_2);
  1312. });
  1313. canvas.restore();
  1314. };
  1315. draw_281_41(canvas, frame);
  1316.  
  1317. // 281:46 : Rectangle (RECTANGLE)
  1318. var draw_281_46 = (Canvas canvas, Rect container) {
  1319. var frame = Rect.fromLTWH(
  1320. (container.width - (37.0000000000)),
  1321. ((container.height / 2.0) - 3.9233353138),
  1322. 18.0000000000,
  1323. 7.6666665077) /* H:RIGHT V:CENTER F:(l:338,t:18.076664686203003,r:19,b:19,w:18,h:7.666666507720947) */;
  1324. canvas.save();
  1325. canvas.transform(Float64List.fromList([
  1326. 1.0000000000,
  1327. 0.0,
  1328. 0.0,
  1329. 0.0,
  1330. 0.0,
  1331. 1.0000000000,
  1332. 0.0,
  1333. 0.0,
  1334. 0.0,
  1335. 0.0,
  1336. 1.0,
  1337. 0.0,
  1338. frame.left,
  1339. frame.top,
  1340. 0.0,
  1341. 1.0
  1342. ]));
  1343. var transform = Float64List.fromList([
  1344. (frame.width / 18.0000000000),
  1345. 0.0,
  1346. 0.0,
  1347. 0.0,
  1348. 0.0,
  1349. (frame.height / 7.6666665077),
  1350. 0.0,
  1351. 0.0,
  1352. 0.0,
  1353. 0.0,
  1354. 1.0,
  1355. 0.0,
  1356. 0.0,
  1357. 0.0,
  1358. 0.0,
  1359. 1.0
  1360. ]);
  1361. var fillGeometry = [
  1362. Path()
  1363. ..addRRect(RRect.fromRectAndRadius(
  1364. Rect.fromLTWH(0.0, 0.0, frame.width, frame.height),
  1365. Radius.circular(1.600000023841858)))
  1366. ];
  1367. fillGeometry.forEach((path) {
  1368. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1369. });
  1370. var strokes = [_PaintCatalog.instance.paint_4];
  1371. var strokeGeometry = [];
  1372. strokes.forEach((paint) {
  1373. strokeGeometry.forEach((path) {
  1374. canvas.drawPath(path, paint);
  1375. });
  1376. });
  1377. canvas.restore();
  1378. };
  1379. draw_281_46(canvas, frame);
  1380. };
  1381. draw_281_40(canvas, frame);
  1382.  
  1383. // 281:47 : Combined Shape (BOOLEAN_OPERATION)
  1384. var draw_281_47 = (Canvas canvas, Rect container) {
  1385. var frame = Rect.fromLTWH(
  1386. 293.5000000000,
  1387. 16.6000003815,
  1388. 17.0999908447,
  1389. 10.7000045776) /* H:SCALE V:SCALE F:(l:293.5,t:16.600000381469727,r:64.40000915527344,b:64.40000915527344,w:17.099990844726562,h:10.700004577636719) */;
  1390. canvas.save();
  1391. canvas.scale((container.width) / 375.0000000000,
  1392. (container.height) / 44.0000000000);
  1393. canvas.transform(Float64List.fromList([
  1394. 1.0000000000,
  1395. 0.0,
  1396. 0.0,
  1397. 0.0,
  1398. 0.0,
  1399. 1.0000000000,
  1400. 0.0,
  1401. 0.0,
  1402. 0.0,
  1403. 0.0,
  1404. 1.0,
  1405. 0.0,
  1406. frame.left,
  1407. frame.top,
  1408. 0.0,
  1409. 1.0
  1410. ]));
  1411. var transform = Float64List.fromList([
  1412. (frame.width / 17.0999908447),
  1413. 0.0,
  1414. 0.0,
  1415. 0.0,
  1416. 0.0,
  1417. (frame.height / 10.7000045776),
  1418. 0.0,
  1419. 0.0,
  1420. 0.0,
  1421. 0.0,
  1422. 1.0,
  1423. 0.0,
  1424. 0.0,
  1425. 0.0,
  1426. 0.0,
  1427. 1.0
  1428. ]);
  1429. var fillGeometry = [
  1430. _PathCatalog.instance.path_20.transform(transform)
  1431. ];
  1432. fillGeometry.forEach((path) {
  1433. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1434. });
  1435. canvas.restore();
  1436. };
  1437. draw_281_47(canvas, frame);
  1438.  
  1439. // 281:52 : Wi-Fi (BOOLEAN_OPERATION)
  1440. var draw_281_52 = (Canvas canvas, Rect container) {
  1441. var frame = Rect.fromLTWH(
  1442. (container.width - (59.3999938965)),
  1443. ((container.height / 2.0) - 5.6000003815),
  1444. 15.3999996185,
  1445. 11.0572099686) /* H:RIGHT V:CENTER F:(l:315.6000061035156,t:16.399999618530273,r:43.9999942779541,b:43.9999942779541,w:15.399999618530273,h:11.057209968566895) */;
  1446. canvas.save();
  1447. canvas.transform(Float64List.fromList([
  1448. 1.0000000000,
  1449. 0.0,
  1450. 0.0,
  1451. 0.0,
  1452. 0.0,
  1453. 1.0000000000,
  1454. 0.0,
  1455. 0.0,
  1456. 0.0,
  1457. 0.0,
  1458. 1.0,
  1459. 0.0,
  1460. frame.left,
  1461. frame.top,
  1462. 0.0,
  1463. 1.0
  1464. ]));
  1465. var transform = Float64List.fromList([
  1466. (frame.width / 15.3999996185),
  1467. 0.0,
  1468. 0.0,
  1469. 0.0,
  1470. 0.0,
  1471. (frame.height / 11.0572099686),
  1472. 0.0,
  1473. 0.0,
  1474. 0.0,
  1475. 0.0,
  1476. 1.0,
  1477. 0.0,
  1478. 0.0,
  1479. 0.0,
  1480. 0.0,
  1481. 1.0
  1482. ]);
  1483. var fillGeometry = [
  1484. _PathCatalog.instance.path_21.transform(transform)
  1485. ];
  1486. fillGeometry.forEach((path) {
  1487. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1488. });
  1489. canvas.restore();
  1490. };
  1491. draw_281_52(canvas, frame);
  1492. };
  1493. draw_281_39(canvas, frame);
  1494. canvas.restore();
  1495. };
  1496. draw_281_36(canvas, frame);
  1497.  
  1498. // 326:231 : Group 19 (GROUP)
  1499. var draw_326_231 = (Canvas canvas, Rect container) {
  1500. // 326:232 : Volteum (VECTOR)
  1501. var draw_326_232 = (Canvas canvas, Rect container) {
  1502. var frame = Rect.fromLTWH(
  1503. 89.0000000000,
  1504. 444.0000000000,
  1505. 198.0000000000,
  1506. 38.0000000000) /* H:LEFT V:TOP F:(l:89,t:444,r:88,b:88,w:198,h:38) */;
  1507. canvas.save();
  1508. canvas.transform(Float64List.fromList([
  1509. 1.0000000000,
  1510. 0.0,
  1511. 0.0,
  1512. 0.0,
  1513. 0.0,
  1514. 1.0000000000,
  1515. 0.0,
  1516. 0.0,
  1517. 0.0,
  1518. 0.0,
  1519. 1.0,
  1520. 0.0,
  1521. frame.left,
  1522. frame.top,
  1523. 0.0,
  1524. 1.0
  1525. ]));
  1526. var transform = Float64List.fromList([
  1527. (frame.width / 198.0000000000),
  1528. 0.0,
  1529. 0.0,
  1530. 0.0,
  1531. 0.0,
  1532. (frame.height / 38.0000000000),
  1533. 0.0,
  1534. 0.0,
  1535. 0.0,
  1536. 0.0,
  1537. 1.0,
  1538. 0.0,
  1539. 0.0,
  1540. 0.0,
  1541. 0.0,
  1542. 1.0
  1543. ]);
  1544. var fillGeometry = [
  1545. _PathCatalog.instance.path_22.transform(transform),
  1546. _PathCatalog.instance.path_23.transform(transform),
  1547. _PathCatalog.instance.path_24.transform(transform),
  1548. _PathCatalog.instance.path_25.transform(transform),
  1549. _PathCatalog.instance.path_26.transform(transform),
  1550. _PathCatalog.instance.path_27.transform(transform),
  1551. _PathCatalog.instance.path_28.transform(transform)
  1552. ];
  1553. fillGeometry.forEach((path) {
  1554. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1555. });
  1556. canvas.restore();
  1557. };
  1558. draw_326_232(canvas, frame);
  1559.  
  1560. // 326:233 : Group 27 (GROUP)
  1561. var draw_326_233 = (Canvas canvas, Rect container) {
  1562. // 326:234 : Vector (VECTOR)
  1563. var draw_326_234 = (Canvas canvas, Rect container) {
  1564. var frame = Rect.fromLTWH(
  1565. 152.0000000000,
  1566. 330.0000000000,
  1567. 71.2258834839,
  1568. 52.2587814331) /* H:SCALE V:SCALE F:(l:152,t:330,r:151.77411651611328,b:151.77411651611328,w:71.22588348388672,h:52.25878143310547) */;
  1569. canvas.save();
  1570. canvas.scale((container.width) / 375.0000000000,
  1571. (container.height) / 812.0000000000);
  1572. canvas.transform(Float64List.fromList([
  1573. 1.0000000000,
  1574. 0.0,
  1575. 0.0,
  1576. 0.0,
  1577. 0.0,
  1578. 1.0000000000,
  1579. 0.0,
  1580. 0.0,
  1581. 0.0,
  1582. 0.0,
  1583. 1.0,
  1584. 0.0,
  1585. frame.left,
  1586. frame.top,
  1587. 0.0,
  1588. 1.0
  1589. ]));
  1590. var transform = Float64List.fromList([
  1591. (frame.width / 71.2258834839),
  1592. 0.0,
  1593. 0.0,
  1594. 0.0,
  1595. 0.0,
  1596. (frame.height / 52.2587814331),
  1597. 0.0,
  1598. 0.0,
  1599. 0.0,
  1600. 0.0,
  1601. 1.0,
  1602. 0.0,
  1603. 0.0,
  1604. 0.0,
  1605. 0.0,
  1606. 1.0
  1607. ]);
  1608. var fillGeometry = [
  1609. _PathCatalog.instance.path_29.transform(transform)
  1610. ];
  1611. fillGeometry.forEach((path) {
  1612. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1613. });
  1614. canvas.restore();
  1615. };
  1616. draw_326_234(canvas, frame);
  1617.  
  1618. // 326:235 : Vector (VECTOR)
  1619. var draw_326_235 = (Canvas canvas, Rect container) {
  1620. var frame = Rect.fromLTWH(
  1621. 183.6810760498,
  1622. 382.2587585449,
  1623. 55.8948516846,
  1624. 41.1405715942) /* H:SCALE V:SCALE F:(l:183.6810760498047,t:382.2587585449219,r:135.424072265625,b:135.424072265625,w:55.89485168457031,h:41.14057159423828) */;
  1625. canvas.save();
  1626. canvas.scale((container.width) / 375.0000000000,
  1627. (container.height) / 812.0000000000);
  1628. canvas.transform(Float64List.fromList([
  1629. 1.0000000000,
  1630. 0.0,
  1631. 0.0,
  1632. 0.0,
  1633. 0.0,
  1634. 1.0000000000,
  1635. 0.0,
  1636. 0.0,
  1637. 0.0,
  1638. 0.0,
  1639. 1.0,
  1640. 0.0,
  1641. frame.left,
  1642. frame.top,
  1643. 0.0,
  1644. 1.0
  1645. ]));
  1646. var transform = Float64List.fromList([
  1647. (frame.width / 55.8948516846),
  1648. 0.0,
  1649. 0.0,
  1650. 0.0,
  1651. 0.0,
  1652. (frame.height / 41.1405715942),
  1653. 0.0,
  1654. 0.0,
  1655. 0.0,
  1656. 0.0,
  1657. 1.0,
  1658. 0.0,
  1659. 0.0,
  1660. 0.0,
  1661. 0.0,
  1662. 1.0
  1663. ]);
  1664. var fillGeometry = [
  1665. _PathCatalog.instance.path_30.transform(transform)
  1666. ];
  1667. fillGeometry.forEach((path) {
  1668. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1669. });
  1670. canvas.restore();
  1671. };
  1672. draw_326_235(canvas, frame);
  1673. };
  1674. draw_326_233(canvas, frame);
  1675. };
  1676. draw_326_231(canvas, frame);
  1677.  
  1678. // 759:1 : • iPhone XS / Home Indicator (FRAME)
  1679. var draw_759_1 = (Canvas canvas, Rect container) {
  1680. var frame = Rect.fromLTWH(
  1681. 0.0,
  1682. (container.height - (34.0000000000)),
  1683. (container.width - (0.0)),
  1684. 34.0000000000) /* H:LEFT_RIGHT V:BOTTOM F:(l:0,t:778,r:0,b:0,w:375,h:34) */;
  1685. canvas.save();
  1686. canvas.transform(Float64List.fromList([
  1687. 1.0000000000,
  1688. 0.0,
  1689. 0.0,
  1690. 0.0,
  1691. 0.0,
  1692. 1.0000000000,
  1693. 0.0,
  1694. 0.0,
  1695. 0.0,
  1696. 0.0,
  1697. 1.0,
  1698. 0.0,
  1699. frame.left,
  1700. frame.top,
  1701. 0.0,
  1702. 1.0
  1703. ]));
  1704. canvas.drawRect(Offset.zero & frame.size,
  1705. (Paint()..color = _ColorCatalog.instance.color_5));
  1706.  
  1707. // 759:2 : Line (RECTANGLE)
  1708. var draw_759_2 = (Canvas canvas, Rect container) {
  1709. var frame = Rect.fromLTWH(
  1710. ((container.width / 2.0) - (67.5000000000)),
  1711. (container.height - (13.0000000000)),
  1712. 135.0000000000,
  1713. 5.0000000000) /* H:CENTER V:BOTTOM F:(l:120,t:21,r:120,b:120,w:135,h:5) */;
  1714. canvas.save();
  1715. canvas.transform(Float64List.fromList([
  1716. 1.0000000000,
  1717. 0.0,
  1718. 0.0,
  1719. 0.0,
  1720. 0.0,
  1721. 1.0000000000,
  1722. 0.0,
  1723. 0.0,
  1724. 0.0,
  1725. 0.0,
  1726. 1.0,
  1727. 0.0,
  1728. frame.left,
  1729. frame.top,
  1730. 0.0,
  1731. 1.0
  1732. ]));
  1733. var transform = Float64List.fromList([
  1734. (frame.width / 135.0000000000),
  1735. 0.0,
  1736. 0.0,
  1737. 0.0,
  1738. 0.0,
  1739. (frame.height / 5.0000000000),
  1740. 0.0,
  1741. 0.0,
  1742. 0.0,
  1743. 0.0,
  1744. 1.0,
  1745. 0.0,
  1746. 0.0,
  1747. 0.0,
  1748. 0.0,
  1749. 1.0
  1750. ]);
  1751. var fillGeometry = [
  1752. Path()
  1753. ..addRRect(RRect.fromRectAndRadius(
  1754. Rect.fromLTWH(0.0, 0.0, frame.width, frame.height),
  1755. Radius.circular(100)))
  1756. ];
  1757. fillGeometry.forEach((path) {
  1758. canvas.drawPath(path, _PaintCatalog.instance.paint_3);
  1759. });
  1760. canvas.restore();
  1761. };
  1762. draw_759_2(canvas, frame);
  1763. canvas.restore();
  1764. };
  1765. draw_759_1(canvas, frame);
  1766. canvas.restore();
  1767. };
  1768. draw_944_1(canvas, frame);
  1769. }
  1770.  
  1771. @override
  1772. SemanticsBuilderCallback get semanticsBuilder {
  1773. return (Size size) => [];
  1774. }
  1775.  
  1776. @override
  1777. bool shouldRebuildSemantics(SplashPainter oldDelegate) {
  1778. return shouldRepaint(oldDelegate);
  1779. }
  1780.  
  1781. @override
  1782. bool shouldRepaint(SplashPainter oldDelegate) {
  1783. return false;
  1784. }
  1785. }
  1786.  
  1787. class _PathCatalog {
  1788. _PathCatalog() {
  1789. this.path_0 = _build_0();
  1790. this.path_1 = _build_1();
  1791. this.path_2 = _build_2();
  1792. this.path_3 = _build_3();
  1793. this.path_4 = _build_4();
  1794. this.path_5 = _build_5();
  1795. this.path_6 = _build_6();
  1796. this.path_7 = _build_7();
  1797. this.path_8 = _build_8();
  1798. this.path_9 = _build_9();
  1799. this.path_10 = _build_10();
  1800. this.path_11 = _build_11();
  1801. this.path_12 = _build_12();
  1802. this.path_13 = _build_13();
  1803. this.path_14 = _build_14();
  1804. this.path_15 = _build_15();
  1805. this.path_16 = _build_16();
  1806. this.path_17 = _build_17();
  1807. this.path_18 = _build_18();
  1808. this.path_19 = _build_19();
  1809. this.path_20 = _build_20();
  1810. this.path_21 = _build_21();
  1811. this.path_22 = _build_22();
  1812. this.path_23 = _build_23();
  1813. this.path_24 = _build_24();
  1814. this.path_25 = _build_25();
  1815. this.path_26 = _build_26();
  1816. this.path_27 = _build_27();
  1817. this.path_28 = _build_28();
  1818. this.path_29 = _build_29();
  1819. this.path_30 = _build_30();
  1820. }
  1821.  
  1822. Path path_0;
  1823.  
  1824. Path path_1;
  1825.  
  1826. Path path_2;
  1827.  
  1828. Path path_3;
  1829.  
  1830. Path path_4;
  1831.  
  1832. Path path_5;
  1833.  
  1834. Path path_6;
  1835.  
  1836. Path path_7;
  1837.  
  1838. Path path_8;
  1839.  
  1840. Path path_9;
  1841.  
  1842. Path path_10;
  1843.  
  1844. Path path_11;
  1845.  
  1846. Path path_12;
  1847.  
  1848. Path path_13;
  1849.  
  1850. Path path_14;
  1851.  
  1852. Path path_15;
  1853.  
  1854. Path path_16;
  1855.  
  1856. Path path_17;
  1857.  
  1858. Path path_18;
  1859.  
  1860. Path path_19;
  1861.  
  1862. Path path_20;
  1863.  
  1864. Path path_21;
  1865.  
  1866. Path path_22;
  1867.  
  1868. Path path_23;
  1869.  
  1870. Path path_24;
  1871.  
  1872. Path path_25;
  1873.  
  1874. Path path_26;
  1875.  
  1876. Path path_27;
  1877.  
  1878. Path path_28;
  1879.  
  1880. Path path_29;
  1881.  
  1882. Path path_30;
  1883.  
  1884. static final _PathCatalog instance = _PathCatalog();
  1885.  
  1886. static Path _build_0() {
  1887. var path = Path();
  1888. path.moveTo(105.6270000000, 0.0);
  1889. path.lineTo(26.4068000000, 0.0);
  1890. path.cubicTo(11.8244000000, 0.0, 0.0, 11.8213000000, 0.0, 26.4000000000);
  1891. path.cubicTo(0.0, 40.9787000000, 11.8244000000, 52.8000000000,
  1892. 26.4068000000, 52.8000000000);
  1893. path.lineTo(105.6270000000, 52.8000000000);
  1894. path.lineTo(105.6270000000, 0.0);
  1895. path.close();
  1896. return path;
  1897. }
  1898.  
  1899. static Path _build_1() {
  1900. var path = Path();
  1901. path.moveTo(0.0, 0.0);
  1902. path.cubicTo(0.0, 0.0, 26.4068000000, 0.0, 26.4068000000, 26.4000000000);
  1903. path.cubicTo(26.4068000000, 52.8000000000, 52.8135000000, 52.8000000000,
  1904. 52.8135000000, 52.8000000000);
  1905. path.lineTo(0.0, 52.8000000000);
  1906. path.lineTo(0.0, 0.0);
  1907. path.close();
  1908. return path;
  1909. }
  1910.  
  1911. static Path _build_2() {
  1912. var path = Path();
  1913. path.moveTo(0.0, 0.0);
  1914. path.lineTo(79.2203000000, 0.0);
  1915. path.cubicTo(93.8027000000, 0.0, 105.6270000000, 11.8213000000,
  1916. 105.6270000000, 26.4000000000);
  1917. path.cubicTo(105.6270000000, 40.9787000000, 93.8027000000, 52.8000000000,
  1918. 79.2203000000, 52.8000000000);
  1919. path.lineTo(0.0, 52.8000000000);
  1920. path.lineTo(0.0, 0.0);
  1921. path.close();
  1922. return path;
  1923. }
  1924.  
  1925. static Path _build_3() {
  1926. var path = Path();
  1927. path.moveTo(52.8135000000, 0.0);
  1928. path.cubicTo(
  1929. 52.8135000000, 0.0, 26.4068000000, 0.0, 26.4068000000, 26.4000000000);
  1930. path.cubicTo(
  1931. 26.4068000000, 52.8000000000, 0.0, 52.8000000000, 0.0, 52.8000000000);
  1932. path.lineTo(52.8135000000, 52.8000000000);
  1933. path.lineTo(52.8135000000, 0.0);
  1934. path.close();
  1935. return path;
  1936. }
  1937.  
  1938. static Path _build_4() {
  1939. var path = Path();
  1940. path.moveTo(0.0, 52.8000000000);
  1941. path.lineTo(79.2203000000, 52.8000000000);
  1942. path.cubicTo(93.8027000000, 52.8000000000, 105.6270000000, 40.9787000000,
  1943. 105.6270000000, 26.4000000000);
  1944. path.cubicTo(
  1945. 105.6270000000, 11.8213000000, 93.8027000000, 0.0, 79.2203000000, 0.0);
  1946. path.lineTo(0.0, 0.0);
  1947. path.lineTo(0.0, 52.8000000000);
  1948. path.close();
  1949. return path;
  1950. }
  1951.  
  1952. static Path _build_5() {
  1953. var path = Path();
  1954. path.moveTo(52.8135000000, 52.8000000000);
  1955. path.cubicTo(52.8135000000, 52.8000000000, 26.4068000000, 52.8000000000,
  1956. 26.4068000000, 26.4000000000);
  1957. path.cubicTo(26.4068000000, 0.0, 0.0, 0.0, 0.0, 0.0);
  1958. path.lineTo(52.8135000000, 0.0);
  1959. path.lineTo(52.8135000000, 52.8000000000);
  1960. path.close();
  1961. return path;
  1962. }
  1963.  
  1964. static Path _build_6() {
  1965. var path = Path();
  1966. path.moveTo(0.0, 52.8000000000);
  1967. path.lineTo(79.2203000000, 52.8000000000);
  1968. path.cubicTo(93.8027000000, 52.8000000000, 105.6270000000, 40.9787000000,
  1969. 105.6270000000, 26.4000000000);
  1970. path.cubicTo(
  1971. 105.6270000000, 11.8213000000, 93.8027000000, 0.0, 79.2203000000, 0.0);
  1972. path.lineTo(0.0, 0.0);
  1973. path.lineTo(0.0, 52.8000000000);
  1974. path.close();
  1975. return path;
  1976. }
  1977.  
  1978. static Path _build_7() {
  1979. var path = Path();
  1980. path.moveTo(52.8136000000, 52.8000000000);
  1981. path.cubicTo(52.8136000000, 52.8000000000, 26.4068000000, 52.8000000000,
  1982. 26.4068000000, 26.4000000000);
  1983. path.cubicTo(26.4068000000, 0.0, 0.0, 0.0, 0.0, 0.0);
  1984. path.lineTo(52.8136000000, 0.0);
  1985. path.lineTo(52.8136000000, 52.8000000000);
  1986. path.close();
  1987. return path;
  1988. }
  1989.  
  1990. static Path _build_8() {
  1991. var path = Path();
  1992. path.moveTo(105.6270000000, 52.8000000000);
  1993. path.lineTo(26.4068000000, 52.8000000000);
  1994. path.cubicTo(
  1995. 11.8244000000, 52.8000000000, 0.0, 40.9787000000, 0.0, 26.4000000000);
  1996. path.cubicTo(0.0, 11.8213000000, 11.8244000000, 0.0, 26.4068000000, 0.0);
  1997. path.lineTo(105.6270000000, 0.0);
  1998. path.lineTo(105.6270000000, 52.8000000000);
  1999. path.close();
  2000. return path;
  2001. }
  2002.  
  2003. static Path _build_9() {
  2004. var path = Path();
  2005. path.moveTo(0.0, 52.8000000000);
  2006. path.cubicTo(0.0, 52.8000000000, 26.4068000000, 52.8000000000,
  2007. 26.4068000000, 26.4000000000);
  2008. path.cubicTo(26.4068000000, 0.0, 52.8136000000, 0.0, 52.8136000000, 0.0);
  2009. path.lineTo(0.0, 0.0);
  2010. path.lineTo(0.0, 52.8000000000);
  2011. path.close();
  2012. return path;
  2013. }
  2014.  
  2015. static Path _build_10() {
  2016. var path = Path();
  2017. path.moveTo(26.4068000000, 52.8000000000);
  2018. path.cubicTo(40.9908000000, 52.8000000000, 52.8135000000, 40.9803000000,
  2019. 52.8135000000, 26.4000000000);
  2020. path.cubicTo(
  2021. 52.8135000000, 11.8197000000, 40.9908000000, 0.0, 26.4068000000, 0.0);
  2022. path.cubicTo(11.8227000000, 0.0, 0.0, 11.8197000000, 0.0, 26.4000000000);
  2023. path.cubicTo(0.0, 40.9803000000, 11.8227000000, 52.8000000000,
  2024. 26.4068000000, 52.8000000000);
  2025. path.close();
  2026. return path;
  2027. }
  2028.  
  2029. static Path _build_11() {
  2030. var path = Path();
  2031. path.moveTo(26.4068000000, 52.8000000000);
  2032. path.cubicTo(40.9908000000, 52.8000000000, 52.8136000000, 40.9803000000,
  2033. 52.8136000000, 26.4000000000);
  2034. path.cubicTo(
  2035. 52.8136000000, 11.8197000000, 40.9908000000, 0.0, 26.4068000000, 0.0);
  2036. path.cubicTo(11.8227000000, 0.0, 0.0, 11.8197000000, 0.0, 26.4000000000);
  2037. path.cubicTo(0.0, 40.9803000000, 11.8227000000, 52.8000000000,
  2038. 26.4068000000, 52.8000000000);
  2039. path.close();
  2040. return path;
  2041. }
  2042.  
  2043. static Path _build_12() {
  2044. var path = Path();
  2045. path.moveTo(26.4068000000, 52.8000000000);
  2046. path.cubicTo(40.9908000000, 52.8000000000, 52.8136000000, 40.9803000000,
  2047. 52.8136000000, 26.4000000000);
  2048. path.cubicTo(
  2049. 52.8136000000, 11.8197000000, 40.9908000000, 0.0, 26.4068000000, 0.0);
  2050. path.cubicTo(11.8227000000, 0.0, 0.0, 11.8197000000, 0.0, 26.4000000000);
  2051. path.cubicTo(0.0, 40.9803000000, 11.8227000000, 52.8000000000,
  2052. 26.4068000000, 52.8000000000);
  2053. path.close();
  2054. return path;
  2055. }
  2056.  
  2057. static Path _build_13() {
  2058. var path = Path();
  2059. path.moveTo(26.4068000000, 52.8000000000);
  2060. path.cubicTo(40.9908000000, 52.8000000000, 52.8135000000, 40.9803000000,
  2061. 52.8135000000, 26.4000000000);
  2062. path.cubicTo(
  2063. 52.8135000000, 11.8197000000, 40.9908000000, 0.0, 26.4068000000, 0.0);
  2064. path.cubicTo(11.8227000000, 0.0, 0.0, 11.8197000000, 0.0, 26.4000000000);
  2065. path.cubicTo(0.0, 40.9803000000, 11.8227000000, 52.8000000000,
  2066. 26.4068000000, 52.8000000000);
  2067. path.close();
  2068. return path;
  2069. }
  2070.  
  2071. static Path _build_14() {
  2072. var path = Path();
  2073. path.moveTo(13.2034000000, 26.4000000000);
  2074. path.cubicTo(20.4954000000, 26.4000000000, 26.4068000000, 20.4902000000,
  2075. 26.4068000000, 13.2000000000);
  2076. path.cubicTo(
  2077. 26.4068000000, 5.9098400000, 20.4954000000, 0.0, 13.2034000000, 0.0);
  2078. path.cubicTo(5.9113600000, 0.0, 0.0, 5.9098400000, 0.0, 13.2000000000);
  2079. path.cubicTo(0.0, 20.4902000000, 5.9113600000, 26.4000000000, 13.2034000000,
  2080. 26.4000000000);
  2081. path.close();
  2082. return path;
  2083. }
  2084.  
  2085. static Path _build_15() {
  2086. var path = Path();
  2087. path.moveTo(13.2034000000, 26.4000000000);
  2088. path.cubicTo(20.4954000000, 26.4000000000, 26.4068000000, 20.4902000000,
  2089. 26.4068000000, 13.2000000000);
  2090. path.cubicTo(
  2091. 26.4068000000, 5.9098400000, 20.4954000000, 0.0, 13.2034000000, 0.0);
  2092. path.cubicTo(5.9113600000, 0.0, 0.0, 5.9098400000, 0.0, 13.2000000000);
  2093. path.cubicTo(0.0, 20.4902000000, 5.9113600000, 26.4000000000, 13.2034000000,
  2094. 26.4000000000);
  2095. path.close();
  2096. return path;
  2097. }
  2098.  
  2099. static Path _build_16() {
  2100. var path = Path();
  2101. path.moveTo(13.2034000000, 26.4000000000);
  2102. path.cubicTo(20.4954000000, 26.4000000000, 26.4068000000, 20.4902000000,
  2103. 26.4068000000, 13.2000000000);
  2104. path.cubicTo(
  2105. 26.4068000000, 5.9098400000, 20.4954000000, 0.0, 13.2034000000, 0.0);
  2106. path.cubicTo(5.9113600000, 0.0, 0.0, 5.9098400000, 0.0, 13.2000000000);
  2107. path.cubicTo(0.0, 20.4902000000, 5.9113600000, 26.4000000000, 13.2034000000,
  2108. 26.4000000000);
  2109. path.close();
  2110. return path;
  2111. }
  2112.  
  2113. static Path _build_17() {
  2114. var path = Path();
  2115. path.moveTo(0.0, 0.0);
  2116. path.lineTo(79.2203000000, 0.0);
  2117. path.cubicTo(93.8027000000, 0.0, 105.6270000000, 11.8213000000,
  2118. 105.6270000000, 26.4000000000);
  2119. path.cubicTo(105.6270000000, 40.9787000000, 93.8027000000, 52.8000000000,
  2120. 79.2203000000, 52.8000000000);
  2121. path.lineTo(0.0, 52.8000000000);
  2122. path.lineTo(0.0, 0.0);
  2123. path.close();
  2124. return path;
  2125. }
  2126.  
  2127. static Path _build_18() {
  2128. var path = Path();
  2129. path.moveTo(52.8135000000, 0.0);
  2130. path.cubicTo(
  2131. 52.8135000000, 0.0, 26.4068000000, 0.0, 26.4068000000, 26.4000000000);
  2132. path.cubicTo(
  2133. 26.4068000000, 52.8000000000, 0.0, 52.8000000000, 0.0, 52.8000000000);
  2134. path.lineTo(52.8135000000, 52.8000000000);
  2135. path.lineTo(52.8135000000, 0.0);
  2136. path.close();
  2137. return path;
  2138. }
  2139.  
  2140. static Path _build_19() {
  2141. var path = Path();
  2142. path.moveTo(3.5894400000, 0.0);
  2143. path.lineTo(18.4106000000, 0.0);
  2144. path.cubicTo(19.6587000000, 0.0, 20.1113000000, 0.1299560000, 20.5676000000,
  2145. 0.3739860000);
  2146. path.cubicTo(21.0239000000, 0.6180160000, 21.3820000000, 0.9761200000,
  2147. 21.6260000000, 1.4324200000);
  2148. path.cubicTo(21.8700000000, 1.8887100000, 22.0000000000, 2.3413100000,
  2149. 22.0000000000, 3.5894400000);
  2150. path.lineTo(22.0000000000, 7.9105600000);
  2151. path.cubicTo(22.0000000000, 9.1586900000, 21.8700000000, 9.6112900000,
  2152. 21.6260000000, 10.0676000000);
  2153. path.cubicTo(21.3820000000, 10.5239000000, 21.0239000000, 10.8820000000,
  2154. 20.5676000000, 11.1260000000);
  2155. path.cubicTo(20.1113000000, 11.3700000000, 19.6587000000, 11.5000000000,
  2156. 18.4106000000, 11.5000000000);
  2157. path.lineTo(3.5894400000, 11.5000000000);
  2158. path.cubicTo(2.3413100000, 11.5000000000, 1.8887100000, 11.3700000000,
  2159. 1.4324200000, 11.1260000000);
  2160. path.cubicTo(0.9761200000, 10.8820000000, 0.6180160000, 10.5239000000,
  2161. 0.3739860000, 10.0676000000);
  2162. path.cubicTo(
  2163. 0.1299560000, 9.6112900000, 0.0, 9.1586900000, 0.0, 7.9105600000);
  2164. path.lineTo(0.0, 3.5894400000);
  2165. path.cubicTo(0.0, 2.3413100000, 0.1299560000, 1.8887100000, 0.3739860000,
  2166. 1.4324200000);
  2167. path.cubicTo(0.6180160000, 0.9761200000, 0.9761200000, 0.6180160000,
  2168. 1.4324200000, 0.3739860000);
  2169. path.cubicTo(
  2170. 1.8887100000, 0.1299560000, 2.3413100000, 0.0, 3.5894400000, 0.0);
  2171. path.close();
  2172. path.moveTo(3.5894400000, 1.0000000000);
  2173. path.cubicTo(2.6024600000, 1.0000000000, 2.2579000000, 1.0665400000,
  2174. 1.9040100000, 1.2558000000);
  2175. path.cubicTo(1.6219900000, 1.4066300000, 1.4066300000, 1.6219900000,
  2176. 1.2558000000, 1.9040100000);
  2177. path.cubicTo(1.0665400000, 2.2579000000, 1.0000000000, 2.6024600000,
  2178. 1.0000000000, 3.5894400000);
  2179. path.lineTo(1.0000000000, 7.9105600000);
  2180. path.cubicTo(1.0000000000, 8.8975400000, 1.0665400000, 9.2421000000,
  2181. 1.2558000000, 9.5959900000);
  2182. path.cubicTo(1.4066300000, 9.8780100000, 1.6219900000, 10.0934000000,
  2183. 1.9040100000, 10.2442000000);
  2184. path.cubicTo(2.2579000000, 10.4335000000, 2.6024600000, 10.5000000000,
  2185. 3.5894400000, 10.5000000000);
  2186. path.lineTo(18.4106000000, 10.5000000000);
  2187. path.cubicTo(19.3975000000, 10.5000000000, 19.7421000000, 10.4335000000,
  2188. 20.0960000000, 10.2442000000);
  2189. path.cubicTo(20.3780000000, 10.0934000000, 20.5934000000, 9.8780100000,
  2190. 20.7442000000, 9.5959900000);
  2191. path.cubicTo(20.9335000000, 9.2421000000, 21.0000000000, 8.8975400000,
  2192. 21.0000000000, 7.9105600000);
  2193. path.lineTo(21.0000000000, 3.5894400000);
  2194. path.cubicTo(21.0000000000, 2.6024600000, 20.9335000000, 2.2579000000,
  2195. 20.7442000000, 1.9040100000);
  2196. path.cubicTo(20.5934000000, 1.6219900000, 20.3780000000, 1.4066300000,
  2197. 20.0960000000, 1.2558000000);
  2198. path.cubicTo(19.7421000000, 1.0665400000, 19.3975000000, 1.0000000000,
  2199. 18.4106000000, 1.0000000000);
  2200. path.lineTo(3.5894400000, 1.0000000000);
  2201. path.close();
  2202. path.moveTo(24.5000000000, 5.6900000000);
  2203. path.cubicTo(24.5000000000, 6.9265700000, 23.0000000000, 7.6900000000,
  2204. 23.0000000000, 7.6900000000);
  2205. path.lineTo(23.0000000000, 3.6900000000);
  2206. path.cubicTo(23.0000000000, 3.6900000000, 24.5000000000, 4.4534300000,
  2207. 24.5000000000, 5.6900000000);
  2208. path.close();
  2209. return path;
  2210. }
  2211.  
  2212. static Path _build_20() {
  2213. var path = Path();
  2214. path.moveTo(14.1230000000, 0.9658920000);
  2215. path.cubicTo(14.1000000000, 1.0818100000, 14.1000000000, 1.2212100000,
  2216. 14.1000000000, 1.5000000000);
  2217. path.lineTo(14.1000000000, 9.2000000000);
  2218. path.cubicTo(14.1000000000, 9.4787900000, 14.1000000000, 9.6181900000,
  2219. 14.1230000000, 9.7341100000);
  2220. path.cubicTo(14.2177000000, 10.2101000000, 14.5899000000, 10.5823000000,
  2221. 15.0659000000, 10.6769000000);
  2222. path.cubicTo(15.1818000000, 10.7000000000, 15.3212000000, 10.7000000000,
  2223. 15.6000000000, 10.7000000000);
  2224. path.cubicTo(15.8788000000, 10.7000000000, 16.0182000000, 10.7000000000,
  2225. 16.1341000000, 10.6769000000);
  2226. path.cubicTo(16.6101000000, 10.5823000000, 16.9822000000, 10.2101000000,
  2227. 17.0769000000, 9.7341100000);
  2228. path.cubicTo(17.1000000000, 9.6181900000, 17.1000000000, 9.4787900000,
  2229. 17.1000000000, 9.2000000000);
  2230. path.lineTo(17.1000000000, 1.5000000000);
  2231. path.cubicTo(17.1000000000, 1.2212100000, 17.1000000000, 1.0818100000,
  2232. 17.0769000000, 0.9658920000);
  2233. path.cubicTo(16.9822000000, 0.4898630000, 16.6101000000, 0.1177460000,
  2234. 16.1341000000, 0.0230577000);
  2235. path.cubicTo(16.0182000000, 0.0, 15.8788000000, 0.0, 15.6000000000, 0.0);
  2236. path.cubicTo(
  2237. 15.3212000000, 0.0, 15.1818000000, 0.0, 15.0659000000, 0.0230577000);
  2238. path.cubicTo(14.5899000000, 0.1177460000, 14.2177000000, 0.4898630000,
  2239. 14.1230000000, 0.9658920000);
  2240. path.close();
  2241. path.moveTo(9.3999900000, 3.9000000000);
  2242. path.cubicTo(9.3999900000, 3.6212100000, 9.3999900000, 3.4818100000,
  2243. 9.4230500000, 3.3658900000);
  2244. path.cubicTo(9.5177400000, 2.8898600000, 9.8898600000, 2.5177500000,
  2245. 10.3659000000, 2.4230600000);
  2246. path.cubicTo(10.4818000000, 2.4000000000, 10.6212000000, 2.4000000000,
  2247. 10.9000000000, 2.4000000000);
  2248. path.cubicTo(11.1788000000, 2.4000000000, 11.3182000000, 2.4000000000,
  2249. 11.4341000000, 2.4230600000);
  2250. path.cubicTo(11.9101000000, 2.5177500000, 12.2822000000, 2.8898600000,
  2251. 12.3769000000, 3.3658900000);
  2252. path.cubicTo(12.4000000000, 3.4818100000, 12.4000000000, 3.6212100000,
  2253. 12.4000000000, 3.9000000000);
  2254. path.lineTo(12.4000000000, 9.2000000000);
  2255. path.cubicTo(12.4000000000, 9.4788000000, 12.4000000000, 9.6181900000,
  2256. 12.3769000000, 9.7341100000);
  2257. path.cubicTo(12.2822000000, 10.2101000000, 11.9101000000, 10.5823000000,
  2258. 11.4341000000, 10.6769000000);
  2259. path.cubicTo(11.3182000000, 10.7000000000, 11.1788000000, 10.7000000000,
  2260. 10.9000000000, 10.7000000000);
  2261. path.cubicTo(10.6212000000, 10.7000000000, 10.4818000000, 10.7000000000,
  2262. 10.3659000000, 10.6769000000);
  2263. path.cubicTo(9.8898600000, 10.5823000000, 9.5177400000, 10.2101000000,
  2264. 9.4230500000, 9.7341100000);
  2265. path.cubicTo(9.3999900000, 9.6181900000, 9.3999900000, 9.4788000000,
  2266. 9.3999900000, 9.2000000000);
  2267. path.lineTo(9.3999900000, 3.9000000000);
  2268. path.close();
  2269. path.moveTo(4.8230500000, 5.6659000000);
  2270. path.cubicTo(4.7999900000, 5.7818200000, 4.7999900000, 5.9212100000,
  2271. 4.7999900000, 6.2000000000);
  2272. path.lineTo(4.7999900000, 9.2000000000);
  2273. path.cubicTo(4.7999900000, 9.4788000000, 4.7999900000, 9.6181900000,
  2274. 4.8230500000, 9.7341100000);
  2275. path.cubicTo(4.9177300000, 10.2101000000, 5.2898500000, 10.5823000000,
  2276. 5.7658800000, 10.6769000000);
  2277. path.cubicTo(5.8818000000, 10.7000000000, 6.0211900000, 10.7000000000,
  2278. 6.2999900000, 10.7000000000);
  2279. path.cubicTo(6.5787800000, 10.7000000000, 6.7181800000, 10.7000000000,
  2280. 6.8341000000, 10.6769000000);
  2281. path.cubicTo(7.3101200000, 10.5823000000, 7.6822400000, 10.2101000000,
  2282. 7.7769300000, 9.7341100000);
  2283. path.cubicTo(7.7999900000, 9.6181900000, 7.7999900000, 9.4788000000,
  2284. 7.7999900000, 9.2000000000);
  2285. path.lineTo(7.7999900000, 6.2000000000);
  2286. path.cubicTo(7.7999900000, 5.9212100000, 7.7999900000, 5.7818200000,
  2287. 7.7769300000, 5.6659000000);
  2288. path.cubicTo(7.6822400000, 5.1898700000, 7.3101200000, 4.8177500000,
  2289. 6.8341000000, 4.7230600000);
  2290. path.cubicTo(6.7181800000, 4.7000000000, 6.5787800000, 4.7000000000,
  2291. 6.2999900000, 4.7000000000);
  2292. path.cubicTo(6.0211900000, 4.7000000000, 5.8818000000, 4.7000000000,
  2293. 5.7658800000, 4.7230600000);
  2294. path.cubicTo(5.2898500000, 4.8177500000, 4.9177300000, 5.1898700000,
  2295. 4.8230500000, 5.6659000000);
  2296. path.close();
  2297. path.moveTo(0.0230577000, 7.6659000000);
  2298. path.cubicTo(0.0, 7.7818200000, 0.0, 7.9212100000, 0.0, 8.2000000000);
  2299. path.lineTo(0.0, 9.2000000000);
  2300. path.cubicTo(
  2301. 0.0, 9.4788000000, 0.0, 9.6181900000, 0.0230577000, 9.7341100000);
  2302. path.cubicTo(0.1177460000, 10.2101000000, 0.4898630000, 10.5823000000,
  2303. 0.9658920000, 10.6769000000);
  2304. path.cubicTo(1.0818100000, 10.7000000000, 1.2212100000, 10.7000000000,
  2305. 1.5000000000, 10.7000000000);
  2306. path.cubicTo(1.7787900000, 10.7000000000, 1.9181900000, 10.7000000000,
  2307. 2.0341100000, 10.6769000000);
  2308. path.cubicTo(2.5101400000, 10.5823000000, 2.8822500000, 10.2101000000,
  2309. 2.9769400000, 9.7341100000);
  2310. path.cubicTo(3.0000000000, 9.6181900000, 3.0000000000, 9.4788000000,
  2311. 3.0000000000, 9.2000000000);
  2312. path.lineTo(3.0000000000, 8.2000000000);
  2313. path.cubicTo(3.0000000000, 7.9212100000, 3.0000000000, 7.7818200000,
  2314. 2.9769400000, 7.6659000000);
  2315. path.cubicTo(2.8822500000, 7.1898700000, 2.5101400000, 6.8177500000,
  2316. 2.0341100000, 6.7230600000);
  2317. path.cubicTo(1.9181900000, 6.7000000000, 1.7787900000, 6.7000000000,
  2318. 1.5000000000, 6.7000000000);
  2319. path.cubicTo(1.2212100000, 6.7000000000, 1.0818100000, 6.7000000000,
  2320. 0.9658920000, 6.7230600000);
  2321. path.cubicTo(0.4898630000, 6.8177500000, 0.1177460000, 7.1898700000,
  2322. 0.0230577000, 7.6659000000);
  2323. path.close();
  2324. return path;
  2325. }
  2326.  
  2327. static Path _build_21() {
  2328. var path = Path();
  2329. path.moveTo(7.7004200000, 2.2963600000);
  2330. path.cubicTo(9.9348300000, 2.2964600000, 12.0838000000, 3.1550100000,
  2331. 13.7032000000, 4.6945700000);
  2332. path.cubicTo(13.8251000000, 4.8134300000, 14.0200000000, 4.8119300000,
  2333. 14.1401000000, 4.6912100000);
  2334. path.lineTo(15.3058000000, 3.5147900000);
  2335. path.cubicTo(15.3666000000, 3.4535600000, 15.4005000000, 3.3706200000,
  2336. 15.4000000000, 3.2843300000);
  2337. path.cubicTo(15.3995000000, 3.1980300000, 15.3646000000, 3.1154900000,
  2338. 15.3031000000, 3.0549800000);
  2339. path.cubicTo(11.0528000000, -1.0183300000, 4.3474000000, -1.0183300000,
  2340. 0.0970716000, 3.0549800000);
  2341. path.cubicTo(0.0355014000, 3.1154500000, 0.0005718810, 3.1979600000,
  2342. 0.0000072015, 3.2842600000);
  2343. path.cubicTo(-0.0005675620, 3.3705500000, 0.0332830000, 3.4535200000,
  2344. 0.0940465000, 3.5147900000);
  2345. path.lineTo(1.2600500000, 4.6912100000);
  2346. path.cubicTo(1.3800600000, 4.8121100000, 1.5751300000, 4.8136100000,
  2347. 1.6970000000, 4.6945700000);
  2348. path.cubicTo(3.3165700000, 3.1549100000, 5.4658000000, 2.2963600000,
  2349. 7.7004200000, 2.2963600000);
  2350. path.close();
  2351. path.moveTo(7.7004200000, 6.1237500000);
  2352. path.cubicTo(8.9280900000, 6.1236700000, 10.1119000000, 6.5799900000,
  2353. 11.0220000000, 7.4040200000);
  2354. path.cubicTo(11.1450000000, 7.5209700000, 11.3389000000, 7.5184400000,
  2355. 11.4589000000, 7.3983100000);
  2356. path.lineTo(12.6232000000, 6.2218900000);
  2357. path.cubicTo(12.6845000000, 6.1601900000, 12.7186000000, 6.0764800000,
  2358. 12.7177000000, 5.9894900000);
  2359. path.cubicTo(12.7168000000, 5.9025100000, 12.6811000000, 5.8195000000,
  2360. 12.6185000000, 5.7590600000);
  2361. path.cubicTo(9.8473500000, 3.1813100000, 5.5558400000, 3.1813100000,
  2362. 2.7846900000, 5.7590600000);
  2363. path.cubicTo(2.7220900000, 5.8195000000, 2.6863700000, 5.9025500000,
  2364. 2.6855500000, 5.9895600000);
  2365. path.cubicTo(2.6847300000, 6.0765700000, 2.7188700000, 6.1602800000,
  2366. 2.7803100000, 6.2218900000);
  2367. path.lineTo(3.9443000000, 7.3983100000);
  2368. path.cubicTo(4.0642700000, 7.5184400000, 4.2581700000, 7.5209700000,
  2369. 4.3812500000, 7.4040200000);
  2370. path.cubicTo(5.2906500000, 6.5805300000, 6.4735700000, 6.1242600000,
  2371. 7.7004200000, 6.1237500000);
  2372. path.close();
  2373. path.moveTo(9.9379700000, 8.9313500000);
  2374. path.cubicTo(10.0002000000, 8.8702400000, 10.0345000000, 8.7861400000,
  2375. 10.0327000000, 8.6989100000);
  2376. path.cubicTo(10.0310000000, 8.6116800000, 9.9932700000, 8.5290500000,
  2377. 9.9285500000, 8.4705300000);
  2378. path.cubicTo(8.6423200000, 7.3826300000, 6.7585200000, 7.3826300000,
  2379. 5.4722900000, 8.4705300000);
  2380. path.cubicTo(5.4075300000, 8.5290000000, 5.3697700000, 8.6116000000,
  2381. 5.3679200000, 8.6988300000);
  2382. path.cubicTo(5.3660800000, 8.7860600000, 5.4003100000, 8.8701900000,
  2383. 5.4625400000, 8.9313500000);
  2384. path.lineTo(7.4769000000, 10.9639000000);
  2385. path.cubicTo(7.5359400000, 11.0236000000, 7.6164300000, 11.0572000000,
  2386. 7.7004200000, 11.0572000000);
  2387. path.cubicTo(7.7844100000, 11.0572000000, 7.8649000000, 11.0236000000,
  2388. 7.9239400000, 10.9639000000);
  2389. path.lineTo(9.9379700000, 8.9313500000);
  2390. path.close();
  2391. return path;
  2392. }
  2393.  
  2394. static Path _build_22() {
  2395. var path = Path();
  2396. path.moveTo(28.0387000000, 0.0);
  2397. path.lineTo(17.2116000000, 28.3408000000);
  2398. path.lineTo(6.3313200000, 0.0);
  2399. path.lineTo(0.0, 0.0);
  2400. path.lineTo(15.0036000000, 37.4958000000);
  2401. path.lineTo(19.3664000000, 37.4958000000);
  2402. path.lineTo(34.3168000000, 0.0);
  2403. path.lineTo(28.0387000000, 0.0);
  2404. path.close();
  2405. return path;
  2406. }
  2407.  
  2408. static Path _build_23() {
  2409. var path = Path();
  2410. path.moveTo(46.7400000000, 38.0000000000);
  2411. path.cubicTo(54.7473000000, 38.0000000000, 60.1209000000, 31.7109000000,
  2412. 60.1209000000, 24.1746000000);
  2413. path.cubicTo(60.1209000000, 16.6648000000, 54.7473000000, 10.4818000000,
  2414. 46.7400000000, 10.4818000000);
  2415. path.cubicTo(38.7328000000, 10.4818000000, 33.3857000000, 16.6648000000,
  2416. 33.3857000000, 24.1746000000);
  2417. path.cubicTo(33.3857000000, 31.7374000000, 38.7328000000, 38.0000000000,
  2418. 46.7400000000, 38.0000000000);
  2419. path.close();
  2420. path.moveTo(46.7400000000, 33.2500000000);
  2421. path.cubicTo(41.5526000000, 33.2500000000, 39.1052000000, 29.0573000000,
  2422. 39.1052000000, 24.1746000000);
  2423. path.cubicTo(39.1052000000, 19.3184000000, 41.5526000000, 15.2318000000,
  2424. 46.7400000000, 15.2318000000);
  2425. path.cubicTo(51.9274000000, 15.2318000000, 54.4015000000, 19.3450000000,
  2426. 54.4015000000, 24.1746000000);
  2427. path.cubicTo(54.4015000000, 29.0307000000, 51.9274000000, 33.2500000000,
  2428. 46.7400000000, 33.2500000000);
  2429. path.close();
  2430. return path;
  2431. }
  2432.  
  2433. static Path _build_24() {
  2434. var path = Path();
  2435. path.moveTo(71.2406000000, 38.0000000000);
  2436. path.cubicTo(72.6239000000, 38.0000000000, 74.4063000000, 37.7612000000,
  2437. 75.7098000000, 37.4958000000);
  2438. path.lineTo(75.6832000000, 32.8785000000);
  2439. path.cubicTo(74.9649000000, 32.9846000000, 74.2201000000, 33.0642000000,
  2440. 73.7678000000, 33.0642000000);
  2441. path.cubicTo(72.0121000000, 33.0642000000, 71.3736000000, 32.1355000000,
  2442. 71.3736000000, 30.6229000000);
  2443. path.lineTo(71.3736000000, 0.0);
  2444. path.lineTo(65.8936000000, 0.0);
  2445. path.lineTo(65.8936000000, 32.1089000000);
  2446. path.cubicTo(65.8936000000, 36.4874000000, 67.9420000000, 38.0000000000,
  2447. 71.2406000000, 38.0000000000);
  2448. path.close();
  2449. return path;
  2450. }
  2451.  
  2452. static Path _build_25() {
  2453. var path = Path();
  2454. path.moveTo(90.0484000000, 38.0000000000);
  2455. path.cubicTo(91.8307000000, 38.0000000000, 93.5865000000, 37.6020000000,
  2456. 94.5175000000, 37.2570000000);
  2457. path.lineTo(94.4909000000, 32.2947000000);
  2458. path.cubicTo(93.6663000000, 32.6662000000, 92.3095000000, 33.1439000000,
  2459. 91.0060000000, 33.1439000000);
  2460. path.cubicTo(88.9311000000, 33.1439000000, 87.6010000000, 32.1355000000,
  2461. 87.6010000000, 29.1899000000);
  2462. path.lineTo(87.6010000000, 15.6034000000);
  2463. path.lineTo(94.5175000000, 15.6034000000);
  2464. path.lineTo(94.5175000000, 10.9860000000);
  2465. path.lineTo(87.6010000000, 10.9860000000);
  2466. path.lineTo(87.6010000000, 0.1061450000);
  2467. path.lineTo(82.2007000000, 4.0335200000);
  2468. path.lineTo(82.2007000000, 10.9860000000);
  2469. path.lineTo(77.7582000000, 10.9860000000);
  2470. path.lineTo(77.7582000000, 15.6034000000);
  2471. path.lineTo(82.1209000000, 15.6034000000);
  2472. path.lineTo(82.1209000000, 30.1187000000);
  2473. path.cubicTo(82.1209000000, 35.0279000000, 85.0206000000, 38.0000000000,
  2474. 90.0484000000, 38.0000000000);
  2475. path.close();
  2476. return path;
  2477. }
  2478.  
  2479. static Path _build_26() {
  2480. var path = Path();
  2481. path.moveTo(111.4100000000, 38.0000000000);
  2482. path.cubicTo(115.7990000000, 38.0000000000, 119.1510000000, 36.5140000000,
  2483. 122.0770000000, 33.3296000000);
  2484. path.lineTo(118.3000000000, 30.0126000000);
  2485. path.cubicTo(116.2520000000, 32.2151000000, 114.0970000000, 33.0112000000,
  2486. 111.4370000000, 33.0112000000);
  2487. path.cubicTo(106.8610000000, 33.0112000000, 104.5730000000, 30.2514000000,
  2488. 104.0940000000, 25.9525000000);
  2489. path.lineTo(122.7960000000, 25.9525000000);
  2490. path.cubicTo(122.9020000000, 25.5810000000, 123.0080000000, 24.4930000000,
  2491. 123.0080000000, 23.4846000000);
  2492. path.cubicTo(123.0080000000, 17.7793000000, 120.0820000000, 10.4818000000,
  2493. 110.9580000000, 10.4818000000);
  2494. path.cubicTo(102.3920000000, 10.4818000000, 98.2950000000, 17.2486000000,
  2495. 98.2950000000, 24.3603000000);
  2496. path.cubicTo(98.2950000000, 31.6313000000, 102.6310000000, 38.0000000000,
  2497. 111.4100000000, 38.0000000000);
  2498. path.close();
  2499. path.moveTo(104.0940000000, 21.9721000000);
  2500. path.cubicTo(104.6530000000, 17.9916000000, 106.7550000000, 15.0992000000,
  2501. 110.9040000000, 15.0992000000);
  2502. path.cubicTo(114.5760000000, 15.0992000000, 116.8900000000, 17.3017000000,
  2503. 117.4220000000, 20.3003000000);
  2504. path.cubicTo(117.5550000000, 20.8310000000, 117.6080000000, 21.3883000000,
  2505. 117.5820000000, 21.9721000000);
  2506. path.lineTo(104.0940000000, 21.9721000000);
  2507. path.close();
  2508. return path;
  2509. }
  2510.  
  2511. static Path _build_27() {
  2512. var path = Path();
  2513. path.moveTo(137.4270000000, 38.0000000000);
  2514. path.cubicTo(140.3530000000, 38.0000000000, 143.4660000000, 36.7528000000,
  2515. 145.4340000000, 33.9399000000);
  2516. path.lineTo(145.4340000000, 37.4958000000);
  2517. path.lineTo(150.8880000000, 37.4958000000);
  2518. path.lineTo(150.8880000000, 10.9860000000);
  2519. path.lineTo(145.4340000000, 10.9860000000);
  2520. path.lineTo(145.4340000000, 25.8729000000);
  2521. path.cubicTo(145.4340000000, 30.6760000000, 142.9070000000, 32.9316000000,
  2522. 138.9700000000, 32.9316000000);
  2523. path.cubicTo(135.2990000000, 32.9316000000, 133.3830000000, 30.3045000000,
  2524. 133.3830000000, 26.3771000000);
  2525. path.lineTo(133.3830000000, 10.9860000000);
  2526. path.lineTo(127.9300000000, 10.9860000000);
  2527. path.lineTo(127.9300000000, 27.1997000000);
  2528. path.cubicTo(127.9560000000, 32.7989000000, 130.6960000000, 38.0000000000,
  2529. 137.4270000000, 38.0000000000);
  2530. path.close();
  2531. return path;
  2532. }
  2533.  
  2534. static Path _build_28() {
  2535. var path = Path();
  2536. path.moveTo(159.2940000000, 37.4958000000);
  2537. path.lineTo(164.8000000000, 37.4958000000);
  2538. path.lineTo(164.8000000000, 22.5559000000);
  2539. path.cubicTo(164.8000000000, 18.6550000000, 167.1150000000, 15.6034000000,
  2540. 170.9460000000, 15.6034000000);
  2541. path.cubicTo(174.6170000000, 15.6034000000, 175.8940000000, 18.3101000000,
  2542. 175.8940000000, 21.9986000000);
  2543. path.lineTo(175.8940000000, 37.4958000000);
  2544. path.lineTo(181.4000000000, 37.4958000000);
  2545. path.lineTo(181.4000000000, 22.5559000000);
  2546. path.cubicTo(181.4000000000, 18.6550000000, 183.7150000000, 15.6034000000,
  2547. 187.4920000000, 15.6034000000);
  2548. path.cubicTo(191.2700000000, 15.6034000000, 192.4930000000, 18.3897000000,
  2549. 192.4930000000, 22.3966000000);
  2550. path.lineTo(192.4930000000, 37.4958000000);
  2551. path.lineTo(198.0000000000, 37.4958000000);
  2552. path.lineTo(198.0000000000, 21.7067000000);
  2553. path.cubicTo(198.0000000000, 15.7095000000, 195.2070000000, 10.4818000000,
  2554. 188.5830000000, 10.4818000000);
  2555. path.cubicTo(185.1250000000, 10.4818000000, 181.9320000000, 11.9679000000,
  2556. 179.9900000000, 15.5503000000);
  2557. path.cubicTo(178.5540000000, 11.8352000000, 175.3350000000, 10.4818000000,
  2558. 172.0360000000, 10.4818000000);
  2559. path.cubicTo(169.0300000000, 10.4818000000, 166.2100000000, 11.6229000000,
  2560. 164.5610000000, 14.7277000000);
  2561. path.lineTo(164.5610000000, 10.9860000000);
  2562. path.lineTo(159.2670000000, 10.9860000000);
  2563. path.lineTo(159.2940000000, 37.4958000000);
  2564. path.close();
  2565. return path;
  2566. }
  2567.  
  2568. static Path _build_29() {
  2569. var path = Path();
  2570. path.moveTo(48.6776000000, 52.2588000000);
  2571. path.lineTo(5.8140200000, 52.2588000000);
  2572. path.cubicTo(1.4975500000, 52.2588000000, -1.3098800000, 47.7163000000,
  2573. 0.6205030000, 43.8555000000);
  2574. path.lineTo(20.9434000000, 3.2097700000);
  2575. path.cubicTo(
  2576. 21.9269000000, 1.2426100000, 23.9375000000, 0.0, 26.1369000000, 0.0);
  2577. path.lineTo(65.4119000000, 0.0);
  2578. path.cubicTo(69.7283000000, 0.0, 72.5358000000, 4.5425200000, 70.6054000000,
  2579. 8.4032900000);
  2580. path.lineTo(48.6776000000, 52.2588000000);
  2581. path.close();
  2582. return path;
  2583. }
  2584.  
  2585. static Path _build_30() {
  2586. var path = Path();
  2587. path.moveTo(9.0597900000, 40.1303000000);
  2588. path.cubicTo(4.1054500000, 43.4332000000, -2.0174900000, 38.0280000000,
  2589. 0.6453860000, 32.7022000000);
  2590. path.lineTo(16.9965000000, 0.0);
  2591. path.lineTo(50.0776000000, 0.0);
  2592. path.cubicTo(55.8226000000, 0.0, 58.0787000000, 7.4510900000, 53.2985000000,
  2593. 10.6379000000);
  2594. path.lineTo(9.0597900000, 40.1303000000);
  2595. path.close();
  2596. return path;
  2597. }
  2598. }
  2599.  
  2600. class _PaintCatalog {
  2601. _PaintCatalog() {
  2602. this.paint_0 = (Paint()..color = _ColorCatalog.instance.color_3);
  2603. this.paint_1 = (Paint()..color = _ColorCatalog.instance.color_4);
  2604. this.paint_2 = (Paint()..color = _ColorCatalog.instance.color_6);
  2605. this.paint_3 = (Paint()..color = _ColorCatalog.instance.color_0);
  2606. this.paint_4 = (Paint()..color = _ColorCatalog.instance.color_7);
  2607. }
  2608.  
  2609. Paint paint_0;
  2610.  
  2611. Paint paint_1;
  2612.  
  2613. Paint paint_2;
  2614.  
  2615. Paint paint_3;
  2616.  
  2617. Paint paint_4;
  2618.  
  2619. static final _PaintCatalog instance = _PaintCatalog();
  2620. }
  2621.  
  2622. class _EffectCatalog {
  2623. _EffectCatalog() {}
  2624.  
  2625. static final _EffectCatalog instance = _EffectCatalog();
  2626. }
  2627.  
  2628. class _ColorCatalog {
  2629. _ColorCatalog() {
  2630. this.color_0 = Color.fromARGB(255, 255, 255, 255);
  2631. this.color_1 = Color.fromARGB(255, 144, 107, 255);
  2632. this.color_2 = Color.fromARGB(255, 96, 49, 234);
  2633. this.color_3 = Color.fromARGB(255, 85, 36, 232);
  2634. this.color_4 = Color.fromARGB(255, 132, 92, 251);
  2635. this.color_5 = Color.fromARGB(0, 0, 0, 0);
  2636. this.color_6 = Color.fromARGB(91, 255, 255, 255);
  2637. this.color_7 = Color.fromARGB(255, 76, 217, 100);
  2638. }
  2639.  
  2640. Color color_0;
  2641.  
  2642. Color color_1;
  2643.  
  2644. Color color_2;
  2645.  
  2646. Color color_3;
  2647.  
  2648. Color color_4;
  2649.  
  2650. Color color_5;
  2651.  
  2652. Color color_6;
  2653.  
  2654. Color color_7;
  2655.  
  2656. static final _ColorCatalog instance = _ColorCatalog();
  2657. }
  2658.  
  2659. class _TextStyleCatalog {
  2660. _TextStyleCatalog() {
  2661. this.ui_TextStyle_0 = ui.TextStyle(
  2662. fontFamily: 'SF Pro Text',
  2663. color: _ColorCatalog.instance.color_0,
  2664. fontSize: 15.0000000000,
  2665. fontWeight: FontWeight.w600,
  2666. );
  2667. }
  2668.  
  2669. ui.TextStyle ui_TextStyle_0;
  2670.  
  2671. static final _TextStyleCatalog instance = _TextStyleCatalog();
  2672. }
  2673.  
  2674. class Data {
  2675. Data({this.isVisible});
  2676.  
  2677. final bool isVisible;
  2678.  
  2679. @override
  2680. bool operator ==(o) => o is Data && isVisible == o.isVisible;
  2681. @override
  2682. int get hashcode {
  2683. int result = 17;
  2684. result = 37 * result + (this.isVisible?.hashCode ?? 0);
  2685. return result;
  2686. }
  2687. }
  2688.  
  2689. class TextData extends Data {
  2690. TextData({isVisible, this.text}) : super(isVisible: isVisible);
  2691.  
  2692. final String text;
  2693.  
  2694. @override
  2695. bool operator ==(o) =>
  2696. o is TextData && isVisible == o.isVisible && text == o.text;
  2697. @override
  2698. int get hashcode {
  2699. int result = 17;
  2700. result = 37 * result + (this.isVisible?.hashCode ?? 0);
  2701. result = 37 * result + (this.text?.hashCode ?? 0);
  2702. return result;
  2703. }
  2704. }
  2705.  
  2706. class VectorData extends Data {
  2707. VectorData({isVisible}) : super(isVisible: isVisible);
  2708.  
  2709. @override
  2710. bool operator ==(o) => o is VectorData && isVisible == o.isVisible;
  2711. @override
  2712. int get hashcode {
  2713. int result = 17;
  2714. result = 37 * result + (this.isVisible?.hashCode ?? 0);
  2715. return result;
  2716. }
  2717. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement