processing/processing
Auf GitHub ansehencurveVertex() with PShape objects not working when writing to PDF from P2D/P3D
Open
#5.173 geöffnet am 14. Juli 2017
help wanted
Repository-Metriken
- Stars
- (6.431 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.