Module Svg.Attrs

module Attrs: sig .. end

Attributes

additional attributes

val stroke_dasharray : Svg.css_attr
val stroke_dashoffset : Svg.css_attr

fill-rules

val fill_rule : Svg.css_attr
val evenodd : string
val nonzero : string

font-family attributes:

val sans_serif : string
val serif : string
val monospace : string

possible values for "font-style":

val normal : string
val italic : string
val oblique : string
val stroke_linecap : Svg.css_attr
val butt : string
val round : string
val square : string