Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.19 KB

File metadata and controls

30 lines (24 loc) · 1.19 KB

FROG logo

Default Array Realization Assets

SVG shell and subobject assets for the default array realization
FROG — Free Open Graphical Language


Published Assets

  • templates/array_shell.svg — shell and layout slots.
  • subobjects/index_display.svg — index display subobject.
  • subobjects/element_region.svg — repeated element viewport.
  • subobjects/element_slot.svg — generic element slot placeholder.
  • subobjects/vertical_scrollbar.svg — vertical scrollbar.
  • subobjects/horizontal_scrollbar.svg — horizontal scrollbar.

The actual element behavior is owned by the element widget class, not by these array realization assets. The .frog instance owns rank, shape, viewport size, scrollbar gap, index values, element records, and per-instance style overrides. The Default SVG assets publish parts and baseline geometry only.