Skip navigation
Currently Being Moderated

Complex Path

May 19, 2012 1:12 AM

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.


 


 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points