diff options
author | Anthony Wang | 2024-01-29 13:52:22 -0500 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:07 +0000 |
commit | b94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (patch) | |
tree | f8e77c3152fef9967276c5b4176c335ad665d71b /b.svg | |
parent | 64e928da30ea9dec47e18da026938ba77bba2590 (diff) |
Spread circles out evenly across path, move stuff to separate file
Diffstat (limited to 'b.svg')
-rw-r--r-- | b.svg | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="200" + height="200" + viewBox="0 0 200 200" + version="1.1" + id="b" + sodipodi:docname="b.svg" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + inkscape:zoom="2.183982" + inkscape:cx="136.21907" + inkscape:cy="128.20618" + inkscape:window-width="1536" + inkscape:window-height="902" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs1" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:none;stroke:currentColor;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none" + d="m 62.920833,22.328767 c -0.56898,15.096246 -3.307054,30.01181 -4.616352,45.027771 -2.016369,23.125149 -1.657893,29.595926 -2.636383,51.298572 -0.344254,7.63545 -0.896476,15.26087 -1.212665,22.89754 -0.404668,9.77366 -1.041894,19.77777 0.02504,29.52069 0.22274,2.03399 0.0531,4.27882 1.094617,6.04007 1.89801,3.2096 14.824157,-2.27826 14.854246,-2.28582 2.625745,-0.66005 5.29271,-1.17243 7.975326,-1.53819 23.346838,-3.18316 67.367348,0.31093 74.224728,-30.45433 0.972,-4.36083 0.44544,-9.07157 -0.72259,-13.38403 -5.32934,-19.67638 -16.98081,-28.20266 -33.5325,-38.14706 -5.8523,-3.516117 -11.5295,-7.488632 -17.88591,-9.980337 -13.041099,-5.112096 -30.424554,-7.218615 -43.280316,-0.30406" + id="path1" /> + </g> +</svg> |