You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
291B

  1. {% assign height = 128.5 %}
  2. {% assign width = page.width | hp_to_mm %}
  3. <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="{{ width | mm_to_px }}" height="{{ height | mm_to_px }}">
  4. <g transform="scale({{ 1.0 | mm_to_px }})">
  5. {{ page | panel }}
  6. {{ content }}
  7. </g>
  8. </svg>