One path segment from GigaPdfDoc.vectorPaths (page user space, origin bottom-left). op is "M" (move, 2 pts), "L" (line, 2 pts), "C" (cubic Bézier, 6 pts: cp1 cp2 end) or "Z" (close, 0 pts). pts is the flat coordinate list.
op
"M"
"L"
"C"
"Z"
pts
One path segment from GigaPdfDoc.vectorPaths (page user space, origin bottom-left).
opis"M"(move, 2 pts),"L"(line, 2 pts),"C"(cubic Bézier, 6 pts: cp1 cp2 end) or"Z"(close, 0 pts).ptsis the flat coordinate list.