Module poloto::default_tags[][src]

Contains building blocks for create the default svg an styling tags from scratch.

Constants

CLASS

The class of the svg tag.

HEIGHT

The height of the svg tag.

WIDTH

The width of the svg tag.

XMLNS

The xmlns: http://www.w3.org/2000/svg

Functions

default_styling

Add the default css styling.

default_svg_and_styling

Add the svg tag and css styling.

default_svg_attrs

Returns a function that will write default svg tag attributes.