@@ -43,7 +43,7 @@ The standard Julia logo, but with the circle shapes replaced by star shapes.
4343"""
4444
4545# ╔═╡ 3a69b14f-903f-4966-81fd-db9b8a3f0b2b
46- const WIDTH, HEIGHT = 300 , 300
46+ const WIDTH, HEIGHT = 250 , 250
4747
4848# ╔═╡ 55a36f1b-e6e1-4ff8-96b7-838776f51ad1
4949md """
@@ -164,7 +164,7 @@ $(@bind four_point_star_a Slider(0:0.01:2; default = 1.0, show_value = true)) |
164164
165165r1 | r2 | r3
166166:-: | :-: | :-:
167- $(@bind four_point_star_r1 Slider(10:150; default = 50 , show_value = true)) | $(@bind four_point_star_r2 Slider(10:150; default = 80 , show_value = true)) | $(@bind four_point_star_r3 Slider(10:150; default = 60 , show_value = true))
167+ $(@bind four_point_star_r1 Slider(10:150; default = 40 , show_value = true)) | $(@bind four_point_star_r2 Slider(10:150; default = 70 , show_value = true)) | $(@bind four_point_star_r3 Slider(10:150; default = 55 , show_value = true))
168168"""
169169end
170170
@@ -218,7 +218,7 @@ $(@bind six_point_star_a Slider(0:0.01:2; default = 1.0, show_value = true)) | $
218218
219219r1 | r2 | r3
220220:-: | :-: | :-:
221- $(@bind six_point_star_r1 Slider(50 :150; default = 50 , show_value = true)) | $(@bind six_point_star_r2 Slider(50 :150; default = 74 , show_value = true)) | $(@bind six_point_star_r3 Slider(50 :150; default = 60 , show_value = true))
221+ $(@bind six_point_star_r1 Slider(10 :150; default = 40 , show_value = true)) | $(@bind six_point_star_r2 Slider(10 :150; default = 64 , show_value = true)) | $(@bind six_point_star_r3 Slider(10 :150; default = 50 , show_value = true))
222222"""
223223end
224224
239239
240240# ╔═╡ 2d59cbf1-6b8d-43fc-8887-1d739875f320
241241let
242- Drawing (WIDTH, HEIGHT, :svg )
242+ Drawing (WIDTH, HEIGHT, :png )
243243 origin ()
244244 setline (0 )
245245 background (COLORS_BG. transparent)
@@ -1043,7 +1043,7 @@ version = "4.1.0+0"
10431043# ╟─5b5baa4f-c974-45e9-aef6-6ad817a18e1f
10441044# ╟─982175b8-8e4c-46e4-979b-0d141679f1d8
10451045# ╟─aa7b4ef1-7bc5-486a-92e2-326b37d4b08f
1046- # ╟─ 2d59cbf1-6b8d-43fc-8887-1d739875f320
1046+ # ╠═ 2d59cbf1-6b8d-43fc-8887-1d739875f320
10471047# ╟─fe55b59b-1920-4e93-8809-a39fd75193f5
10481048# ╟─834c539e-a6d4-433e-8693-3e154f18733f
10491049# ╟─59ddcb43-1973-472a-af40-26dbb734740a
0 commit comments