Module bevy_svg::prelude[][src]

Import this module as use bevy_svg::prelude::* to get convenient imports.

Structs

FillOptions

Parameters for the fill tessellator.

StrokeOptions

Parameters for the tessellator.

SvgBuilder

Builder for loading a SVG file and building a SvgBundle.

SvgBundle

A Bevy [Bundle] representing an SVG entity.

SvgPlugin

A plugin that provides resources and a system to draw [SvgBundle]s in Bevy with..

Enums

FillRule

The fill rule defines how to determine what is inside and what is outside of the shape.

LineCap

Line cap as defined by the SVG specification.

LineJoin

Line join as defined by the SVG specification.

Orientation

Vertical or Horizontal.

Origin

Origin of the coordinate system.