When all the curves are poly curves, skip the work of building a separate array of offsets for the evaluated points (which are the same as the control points). This saves 1-4ms on every reevaluation in test files with many curves.
When all the curves are poly curves, skip the work of building a separate array of offsets for the evaluated points (which are the same as the control points). This saves 1-4ms on every reevaluation in test files with many curves.