6 ms·
I was curious, so I looked up arc in the PostScript Language Reference [1]. It contains the following (p. 530): > The arc is represented internally by one or m
by fooofw 3y ago
I was curious, so I looked up arc in the PostScript Language Reference [1]. It contains the following (p. 530):
> The arc is represented internally by one or more cubic Bézier curves (see curveto) approximating the required shape. This is done with sufficient accuracy to produce a faithful rendition of the required arc. However, a program that reads the constructed path using pathforall will encounter curveto segments where arcs were specified originally.
[1] https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf
- CharlesW 3y ago> The arc is represented internally by one or more cubic Bézier curves… But that's a rendering implementation detail, no? Isn't the precision and accuracy of any digital or physical manifestation of a circle limited by implementation details and physics?