Searched defs:test_curve (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-hatch-path.cpp201 SPCurve test_curve; local
202 test_curve.moveto(Geom::Point(0, 0));
203 test_curve.moveto(Geom::Point(0, 1));
204 bbox = bounds_exact_transformed(test_curve.get_pathvector(), transform);

Completed in 15 milliseconds