Learn R Programming

cardargus (version 0.2.0)

create_bottom_logo_row: Create logo row for bottom-left corner of card

Description

Takes a list of SVG logos and arranges them horizontally for the bottom-left.

Usage

create_bottom_logo_row(
  logos,
  target_height = 30,
  spacing = 10,
  x_offset = 20,
  card_height = 400,
  y_offset = 20
)

Value

A list with svg_content and total_width

Arguments

logos

List of SVG strings or file paths

target_height

Height for all logos (default 30)

spacing

Horizontal spacing between logos (default 10)

x_offset

Left margin from card edge

card_height

Total card height for y positioning

y_offset

Bottom margin