~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/2geom/svg-path.cpp

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
}
62
62
 
63
63
void output(SVGEllipticalArc const &curve, SVGPathSink &sink) {
64
 
    sink.arcTo( curve.ray(X), curve.ray(Y), curve.rotation_angle(),
65
 
                        curve.large_arc_flag(), curve.sweep_flag(),
 
64
    sink.arcTo( curve.ray(X), curve.ray(Y), curve.rotationAngle(),
 
65
                        curve.largeArc(), curve.sweep(),
66
66
                        curve.finalPoint() );
67
67
}
68
68
 
108
108
  fill-column:99
109
109
  End:
110
110
*/
111
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
111
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :