[][src]Module wasm_svg_graphics::figures

Module containing all preset figures and traits to define new ones

Modules

circle

Module containing CircleProps (The properties used when creating a Shape::Circle)

path

Module containing PathProps (The properties used when creating a Shape::Path)

preset

A set of presets for Figure, e.g. lines, circles, ...

shape

Module containing the definition for Shape, ShapeStyle, AttributeField

sub_path

Module containing the definition of SubPath which is used for defining smaller parts of a whole Shape::Path

Structs

Figure

A combination of shapes into one object used as a svg-def