Skip to content

Commit

Permalink
Adjust API documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Jan 20, 2024
1 parent 2b2bf0d commit 2dcd113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hexapdf/content/canvas_composer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def draw_box(box)
# composer.list(item_spacing: 2) do |list|
# composer.document.config['layout.boxes.map'].each do |name, klass|
# list.formatted_text([{text: name.to_s, fill_color: "hp-blue-dark"},
# {text: "\n#{klass}"}, font_size: 7])
# {text: "\n#{klass}"}], font_size: 6)
# end
# end
# end
Expand Down

0 comments on commit 2dcd113

Please sign in to comment.