Hi everyone,
How can I draw complex path in PDF,
Lets take an example
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<polyline points="20,20 40,25 60,40 80,120 120,140 200,180"
style="fill:none;stroke:black;stroke-width:3" />
</svg>
How can i write this in pdf to generate same output?
i have to use 1 "m" operator and 5 "l" operator ,Right?.
or combination of line and curve?
cause I am using Xaml/SVG to for PDF programming...
Thanks in advance.
North America
Europe, Middle East and Africa
Asia Pacific