processing/processing
GitHub で見るcurveVertex() with PShape objects not working when writing to PDF from P2D/P3D
Open
#5,173 opened on 2017年7月14日
help wanted
Repository metrics
- Stars
- (6,431 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Processing 3.3.5
The PDFs I'm saving consist of a squiggle shape made of curveVertex spline points. Something in this process does not carry over to the PDF export, which consists of straight lines as if I had only used the vertex function.
Is this a pdf vector limitation or a problem on our end?
Thanks for any help on this.