diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-18 18:10:06 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-18 18:10:06 +0000 |
| commit | b4e2b53ff72280b9b3f1d902bd6a39dcb2761baf (patch) | |
| tree | 90ccefcb9b692d95c4837de089ed2d154f7677fa /src/document.h | |
| parent | Update to new simplify (diff) | |
| parent | Latvian translation update (diff) | |
| download | inkscape-b4e2b53ff72280b9b3f1d902bd6a39dcb2761baf.tar.gz inkscape-b4e2b53ff72280b9b3f1d902bd6a39dcb2761baf.zip | |
update to trunk
(bzr r13973.1.10)
Diffstat (limited to '')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index a33b476cc..ed19d123b 100644 --- a/src/document.h +++ b/src/document.h @@ -242,6 +242,8 @@ public: SPDocument *doUnref(); Inkscape::Util::Unit const* getDisplayUnit() const; Inkscape::Util::Unit const& getSVGUnit() const; + void setDocumentScale( const double scaleX, const double scaleY ); + void setDocumentScale( const double scale ); Geom::Scale getDocumentScale() const; Inkscape::Util::Quantity getWidth() const; Inkscape::Util::Quantity getHeight() const; |
