Module svg
freya
0.4.0-rc.13
Module svg
Module Items
Structs
Functions
In freya::
elements
freya
::
elements
Module
svg
Copy item path
Source
Expand description
Use
svg()
to render SVG in your app.
Structs
§
Svg
SvgBytes
SVG bytes that can be constructed from
Bytes
,
Vec<u8>
,
&'static [u8]
, or
&'static [u8; N]
(the type returned by
include_bytes!
).
SvgElement
Functions
§
svg
Use
svg()
to render SVG in your app.