lib/hexapdf/content/graphic_object/geom2d.rb in hexapdf-0.10.0 vs lib/hexapdf/content/graphic_object/geom2d.rb in hexapdf-0.11.0
- old
+ new
@@ -48,10 +48,10 @@
# Creates and configures a new Geom2D drawing support object.
#
# See #configure for the allowed keyword arguments.
def self.configure(**kwargs)
- new.configure(kwargs)
+ new.configure(**kwargs)
end
# The Geom2D object that should be drawn
attr_accessor :object