Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to decipher how this SVG Path data can be decoded.

I found a fairly simple plus sign with curved edges, but it just doesn't make sense to me.

In the field below, the 'l' (line) tag has decimal points where there shouldn't be and hyphens and no spaces. What I have read in other websites, the tag doesn't make sense.

l-15.86.03-.07-15.83


Full Tag:

d="m44.82,21.03s0,0,0,0l-15.86.03-.07-15.83c0-2.16-1.76-3.91-3.91-3.92-2.16,0-3.91,1.76-3.92,3.92v15.84s-15.89.02-15.89.02c-1.05,0-2.03.41-2.77,1.15-.74.74-1.15,1.72-1.14,2.77,0,1.04.41,2.03,1.15,2.77s1.72,1.15,2.77,1.15l15.87-.03.03,19.79h3.95c2.17,0,3.94-1.77,3.94-3.93v-15.87l15.86-.02c1.05,0,2.03-.41,2.77-1.15s1.14-1.72,1.14-2.77c0-2.16-1.76-3.91-3.92-3.91Z"


What I have tried:

What I expected to see, but this isn't even close to what is supplied.

l -15.86 -0.7
Posted
Updated 27-Feb-24 13:28pm
v4

1 solution

 
Share this answer
 
Comments
Maciej Los 29-Feb-24 15:41pm    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900