+ 2
Problem with paths!
I tried using the C, S, Q,A but those aren't working for me. the only ones working are M, L, T, Z. Help me plz; -;
3 Answers
+ 1
here is what i tried to make :
<svg width="2000" height="2000" >
<path d="M 0 1000 C 500 500 Z" style="stroke:#000000;fill="none";"/>
</svg>
+ 1
i'm just trying to test the different curves/lines..etc but it doesn't display anything
+ 1
and i'm compiling it with google chrome.. idk if it is related