lib/write_xlsx/shape.rb in write_xlsx-0.69.0 vs lib/write_xlsx/shape.rb in write_xlsx-0.70.0
- old
+ new
@@ -173,11 +173,10 @@
@column_start,
@row_start,
@x_offset,
@y_offset,
@width * @scale_x,
- @height * @scale_y,
- @drawing
+ @height * @scale_y
)
# Now that x2/y2 have been calculated with a potentially negative
# width/height we use the absolute value and convert to EMUs.
@width_emu = (@width * 9_525).abs.to_i