diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-18 16:09:43 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-18 16:09:43 -0400 |
| commit | a5900865c76b4b65c712ef6d39fda9eaae2c5007 (patch) | |
| tree | 217522995f3eedce3cac2b0035a6a71857567dbc /print/templates/operator_overview.html | |
| parent | b5968dc11ff479f2c7cd5217c47a872fe04295e4 (diff) | |
save and restore zoom and pan
Diffstat (limited to 'print/templates/operator_overview.html')
| -rw-r--r-- | print/templates/operator_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 59b2e028..367d6d2b 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -25,7 +25,7 @@ </div> </header> <main> - <figure class="inksimulation operator" style="height: 210mm;" title="{{ _('Ctrl + Scroll to Zoom') }}"> + <figure class="inksimulation operator" data-field-name="operator-overview-transform" style="height: 210mm;" title="{{ _('Ctrl + Scroll to Zoom') }}"> {{ svg_overview|safe }} <figcaption>{{ _('Scale') }} <span class="scale" data-field-name="svg-scale" contenteditable="true" data-placeholder=""></span>%</figcaption> <div> |
