Skip to content

Media Fill

⚠️ This documentation is auto-generated. Do not edit manually. Last tested: 2026-03-07 20:20:21

Fills the shape with an image texture. Supports JPEG and PNG formats.

Support Status: ✅ Fully Supported

  • Fill Image (fillImage): ✅ Supported (Image resource URI (amproj:filename.png))

Related Test Files:

  • basic/shape/shape.amproj

Technical Details

XML Example

xml
<shape fillType="media" fillImage="amproj:image.png">
    <property name="size" type="vec2" value="100.0,100.0" />
</shape>

Released under the MIT License.