Skip to main content

Documentation Index

Fetch the complete documentation index at: https://rive-accessibility.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Specifies how the shape should be painted.
  • stroke
  • fill
self.paint = Paint.with({
  color = Color.rgb(255, 100, 50),
  style = 'stroke',
})