2 May
2005
2 May
'05
8:07 p.m.
Quoting Michael Forbes <miforbes@...734...>:
SVG uses cubic bezier curves but LaTeX only natively supports quadratic curves.
SVG supports both cubic and quadratic curves (the C and S versus the Q and T path operators). See sections 8.3.6 and 8.3.7 of the SVG 1.1 specification.
http://www.w3.org/TR/SVG/paths.html#PathDataCubicBezierCommands http://www.w3.org/TR/SVG/paths.html#PathDataQuadraticBezierCommands
Inkscape does only support cubic beziers, but it will convert quadratic beziers to cubic if it encounters them. So you can pass the LaTeX quadratic beziers upstream and let Inkscape worry about the conversion.
-mental