fix result generation with cell

pull/220/head^2
Pete Matsyburka 2 years ago
parent 8e72b0b0e4
commit 8432bec3d6

@ -164,7 +164,7 @@ module Submissions
width: PdfIcons::WIDTH * scale, width: PdfIcons::WIDTH * scale,
height: PdfIcons::HEIGHT * scale height: PdfIcons::HEIGHT * scale
) )
when 'cells' when ->(type) { type == 'cells' && area['cell_w'] }
cell_width = area['cell_w'] * width cell_width = area['cell_w'] * width
TextUtils.maybe_rtl_reverse(value).chars.each_with_index do |char, index| TextUtils.maybe_rtl_reverse(value).chars.each_with_index do |char, index|

Loading…
Cancel
Save