processing/processing

curveVertex() with PShape objects not working when writing to PDF from P2D/P3D

Open

#5,173 创建于 2017年7月14日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Java (1,540 fork)batch import
help wanted

仓库指标

Star
 (6,431 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南