~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/text-tag-attributes.h

  • 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:
88
88
    If \a extend_zero_length is true, then if the x or y vectors are empty
89
89
    they will be made length 1 in order to store the newly calculated
90
90
    position. */
91
 
    void transform(Geom::Matrix const &matrix, double scale_x, double scale_y, bool extend_zero_length = false);
 
91
    void transform(Geom::Affine const &matrix, double scale_x, double scale_y, bool extend_zero_length = false);
92
92
 
93
93
    /** Gets current value of dx vector at \a index. */
94
94
    double getDx(unsigned index);
166
166
  fill-column:99
167
167
  End:
168
168
*/
169
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
169
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :