blob: bf0e84c40555c4cbf7c7dff51dd155661e2aa462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<main>
<figure class="inksimulation full-page-pattern operator"
data-field-name="full-page-patternview-transform"
title="{{ _('Ctrl + Scroll to Zoom') }}"
style="cursor: auto;">
{{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }}
{% with %}
{% set realistic_id='realistic-pattern-overview' %}
{% include 'ui_svg_action_buttons.html' with context %}
{% endwith %}
</figure>
</main>
|