0
paths
Can someone explain how <path d="M0 0 L0 100 L100 100 L100 0 Z"/> turns to a square?
1 Answer
+ 3
Move to (x=0, y=0),
Line to (x=0, y=100),
Line to (x=100, y=100),
Close path, back to first point.
Can someone explain how <path d="M0 0 L0 100 L100 100 L100 0 Z"/> turns to a square?