@edadma/logo 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +48 -7
- package/dist/main.js.map +2 -2
- package/package.json +5 -25
- package/src/main/scala/io/github/edadma/logo/LogoJS.scala +61 -11
- package/dist/react/LogoCanvas.js +0 -74
- package/dist/react/index.js +0 -2
- package/react/LogoCanvas.tsx +0 -174
- package/react/index.ts +0 -2
package/dist/main.js
CHANGED
|
@@ -22010,15 +22010,56 @@ function $ps_Lio_github_edadma_logo_LogoJS__renderArc__Lio_github_edadma_logo_Lo
|
|
|
22010
22010
|
function $ps_Lio_github_edadma_logo_LogoJS__drawTurtle__Lio_github_edadma_logo_LogoJS__D__D__D__V(this$1, x, y, heading) {
|
|
22011
22011
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].save();
|
|
22012
22012
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].translate(x, y);
|
|
22013
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].rotate((heading
|
|
22013
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].rotate((heading + 1.5707963267948966));
|
|
22014
22014
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22015
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].moveTo(0.0,
|
|
22016
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineTo(
|
|
22017
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].
|
|
22018
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineTo(7.5, 10.0);
|
|
22019
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].closePath();
|
|
22020
|
-
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "green";
|
|
22015
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].moveTo(0.0, 10.0);
|
|
22016
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineTo(0.0, 14.0);
|
|
22017
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "#4a7a44";
|
|
22021
22018
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineWidth = 2.0;
|
|
22019
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineCap = "round";
|
|
22020
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22021
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fillStyle = "#4a7a44";
|
|
22022
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "#1a3a18";
|
|
22023
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineWidth = 1.0;
|
|
22024
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22025
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse((-7.0), (-6.0), 3.0, 5.0, 0.4, 0.0, 6.283185307179586);
|
|
22026
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22027
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22028
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22029
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse(7.0, (-6.0), 3.0, 5.0, (-0.4), 0.0, 6.283185307179586);
|
|
22030
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22031
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22032
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22033
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse((-6.0), 6.0, 3.0, 4.0, 0.3, 0.0, 6.283185307179586);
|
|
22034
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22035
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22036
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22037
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse(6.0, 6.0, 3.0, 4.0, (-0.3), 0.0, 6.283185307179586);
|
|
22038
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22039
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22040
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22041
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse(0.0, (-14.0), 4.0, 5.0, 0.0, 0.0, 6.283185307179586);
|
|
22042
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fillStyle = "#4a7a44";
|
|
22043
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22044
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "#1a3a18";
|
|
22045
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineWidth = 1.5;
|
|
22046
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22047
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fillStyle = "black";
|
|
22048
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22049
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].arc((-1.5), (-15.0), 1.0, 0.0, 6.283185307179586);
|
|
22050
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].arc(1.5, (-15.0), 1.0, 0.0, 6.283185307179586);
|
|
22051
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22052
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22053
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse(0.0, 0.0, 8.0, 10.0, 0.0, 0.0, 6.283185307179586);
|
|
22054
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fillStyle = "#2d5a27";
|
|
22055
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].fill();
|
|
22056
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "#1a3a18";
|
|
22057
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineWidth = 1.5;
|
|
22058
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22059
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].strokeStyle = "#3d7a37";
|
|
22060
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].lineWidth = 1.0;
|
|
22061
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].beginPath();
|
|
22062
|
+
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].ellipse(0.0, 0.0, 5.0, 6.0, 0.0, 0.0, 6.283185307179586);
|
|
22022
22063
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].stroke();
|
|
22023
22064
|
this$1[$r_Lio_github_edadma_logo_LogoJS__ctx].restore();
|
|
22024
22065
|
}
|