~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to krita/image/kis_transformation_mask.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
KisTransformationMask::KisTransformationMask()
29
29
        : KisEffectMask()
30
 
        , m_xscale(0)
31
 
        , m_yscale(0)
 
30
        , m_xscale(1.0)
 
31
        , m_yscale(1.0)
32
32
        , m_xshear(0)
33
33
        , m_yshear(0)
34
34
        , m_rotation(0)