Module attributes

Source
Expand description

provides functions and macros for building svg attributes

Re-exports§

pub use commons::*;
pub use special::*;

Modules§

commons
common svg attributes
special
special svg attributes

Constants§

SVG_ATTRS_NON_COMMON
These are most commonly used svg attributes

Functions§

color
Creates html color attribute
filter
Creates html filter attribute
height
Creates html height attribute
href
Creates html href attribute
hreflang
Creates html hreflang attribute
lang
Creates html lang attribute
mask
Creates html mask attribute
max
Creates html max attribute
media
Creates html media attribute
method
Creates html method attribute
min
Creates html min attribute
name
Creates html name attribute
ping
Creates html ping attribute
rel
Creates html rel attribute
tabindex
Creates html tabindex attribute
target
Creates html target attribute
width
Creates html width attribute