lib/write_xlsx/utility.rb in write_xlsx-1.09.5 vs lib/write_xlsx/utility.rb in write_xlsx-1.10.0
- old
+ new
@@ -456,14 +456,13 @@
height *= 0.75
[left, top, width, height]
end
- def v_shape_attributes_base(id, z_index)
+ def v_shape_attributes_base(id)
[
['id', "_x0000_s#{id}"],
- ['type', type],
- ['style', (v_shape_style_base(z_index, vertices) + style_addition).join]
+ ['type', type]
]
end
def v_shape_style_base(z_index, vertices)
left, top, width, height = pixels_to_points(vertices)