diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 12:15:17 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-13 12:15:17 +0000 |
| commit | bfdf74d61f17dafc74d5d64f3224222718d6cddf (patch) | |
| tree | 0bdacdcdccf94b204cb494c78e654b98f61d4433 /src/object/sp-image.h | |
| parent | fixes and improvementes to power clip and powermask (diff) | |
| download | inkscape-bfdf74d61f17dafc74d5d64f3224222718d6cddf.tar.gz inkscape-bfdf74d61f17dafc74d5d64f3224222718d6cddf.zip | |
Add per embed/linked SVG a DPI value
Diffstat (limited to 'src/object/sp-image.h')
| -rw-r--r-- | src/object/sp-image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/sp-image.h b/src/object/sp-image.h index 464d0f144..7d62e756a 100644 --- a/src/object/sp-image.h +++ b/src/object/sp-image.h @@ -35,6 +35,8 @@ public: Geom::Rect clipbox; double sx, sy; double ox, oy; + double dpi; + double prev_width, prev_height; SPCurve *curve; // This curve is at the image's boundary for snapping |
