sig
module type T =
sig
module XML : XML_sigs.T
module Info : XML_sigs.Info
type uri = XML.uri
val string_of_uri : SVG_sigs.T.uri -> string
val uri_of_string : string -> SVG_sigs.T.uri
type 'a attrib
type +'a elt
type +'a elts
type ('a, 'b) nullary =
?a:'a SVG_sigs.T.attrib list -> unit -> 'b SVG_sigs.T.elt
type ('a, 'b, 'c) unary =
?a:'a SVG_sigs.T.attrib list ->
'b SVG_sigs.T.elt -> 'c SVG_sigs.T.elt
type ('a, 'b, 'c) star =
?a:'a SVG_sigs.T.attrib list ->
'b SVG_sigs.T.elt list -> 'c SVG_sigs.T.elt
type ('a, 'b, 'c) plus =
?a:'a SVG_sigs.T.attrib list ->
'b SVG_sigs.T.elt -> 'b SVG_sigs.T.elt list -> 'c SVG_sigs.T.elt
type altglyphdef_content =
[ `Item of SVG_types.altglyphitem SVG_sigs.T.elt list
| `Ref of SVG_types.glyphref SVG_sigs.T.elt list ]
val a_version : string -> [> `Version ] SVG_sigs.T.attrib
val a_baseprofile : string -> [> `BaseProfile ] SVG_sigs.T.attrib
val a_x : SVG_types.coord -> [> `X ] SVG_sigs.T.attrib
val a_y : SVG_types.coord -> [> `Y ] SVG_sigs.T.attrib
val a_width : SVG_types.Unit.length -> [> `Width ] SVG_sigs.T.attrib
val a_height : SVG_types.Unit.length -> [> `Height ] SVG_sigs.T.attrib
val a_preserveaspectratio :
string -> [> `PreserveAspectRatio ] SVG_sigs.T.attrib
val a_contentscripttype :
string -> [> `ContentScriptType ] SVG_sigs.T.attrib
val a_contentstyletype :
string -> [> `ContentStyleType ] SVG_sigs.T.attrib
val a_zoomAndPan :
[< `Disable | `Magnify ] -> [> `ZoomAndSpan ] SVG_sigs.T.attrib
val a_xlink_href : SVG_types.iri -> [> `Xlink_href ] SVG_sigs.T.attrib
val a_requiredfeatures :
SVG_types.spacestrings -> [> `RequiredFeatures ] SVG_sigs.T.attrib
val a_requiredextensions :
SVG_types.spacestrings -> [> `RequiredExtension ] SVG_sigs.T.attrib
val a_systemlanguage :
SVG_types.commastrings -> [> `SystemLanguage ] SVG_sigs.T.attrib
val a_externalressourcesrequired :
bool -> [> `ExternalRessourcesRequired ] SVG_sigs.T.attrib
val a_id : string -> [> `Id ] SVG_sigs.T.attrib
val a_xml_base : SVG_types.iri -> [> `Xml_Base ] SVG_sigs.T.attrib
val a_xml_lang : SVG_types.iri -> [> `Xml_Lang ] SVG_sigs.T.attrib
val a_xml_space :
[< `Default | `Preserve ] -> [> `Xml_Space ] SVG_sigs.T.attrib
val a_type : string -> [> `Type ] SVG_sigs.T.attrib
val a_media : SVG_types.commastrings -> [> `Media ] SVG_sigs.T.attrib
val a_title : string -> [> `Title ] SVG_sigs.T.attrib
val a_class : SVG_types.spacestrings -> [> `Class ] SVG_sigs.T.attrib
val a_style : string -> [> `Style ] SVG_sigs.T.attrib
val a_transform :
SVG_types.transform -> [> `Transform ] SVG_sigs.T.attrib
val a_viewbox : SVG_types.fourfloats -> [> `Viewbox ] SVG_sigs.T.attrib
val a_d : string -> [> `D ] SVG_sigs.T.attrib
val a_pathlength : float -> [> `PathLength ] SVG_sigs.T.attrib
val a_rx : SVG_types.Unit.length -> [> `Rx ] SVG_sigs.T.attrib
val a_ry : SVG_types.Unit.length -> [> `Ry ] SVG_sigs.T.attrib
val a_cx : SVG_types.Unit.length -> [> `Cx ] SVG_sigs.T.attrib
val a_cy : SVG_types.Unit.length -> [> `Cy ] SVG_sigs.T.attrib
val a_r : SVG_types.Unit.length -> [> `R ] SVG_sigs.T.attrib
val a_x1 : SVG_types.coord -> [> `X1 ] SVG_sigs.T.attrib
val a_y1 : SVG_types.coord -> [> `Y1 ] SVG_sigs.T.attrib
val a_x2 : SVG_types.coord -> [> `X2 ] SVG_sigs.T.attrib
val a_y2 : SVG_types.coord -> [> `Y2 ] SVG_sigs.T.attrib
val a_points : SVG_types.coords -> [> `Points ] SVG_sigs.T.attrib
val a_x_list : SVG_types.lengths -> [> `X__list ] SVG_sigs.T.attrib
val a_y_list : SVG_types.lengths -> [> `Y__list ] SVG_sigs.T.attrib
val a_dx : SVG_types.lengths -> [> `Dx ] SVG_sigs.T.attrib
val a_dy : SVG_types.lengths -> [> `Dy ] SVG_sigs.T.attrib
val a_dx_single :
SVG_types.Unit.length -> [> `Dx__single ] SVG_sigs.T.attrib
val a_dy_single :
SVG_types.Unit.length -> [> `Dy__single ] SVG_sigs.T.attrib
val a_dx_number :
SVG_types.number -> [> `Dx__number ] SVG_sigs.T.attrib
val a_dy_number :
SVG_types.number -> [> `Dy__number ] SVG_sigs.T.attrib
val a_lengthadjust :
[< `Spacing | `SpacingAndGlyphs ] ->
[> `LengthAdjust ] SVG_sigs.T.attrib
val a_textlength :
SVG_types.Unit.length -> [> `TextLength ] SVG_sigs.T.attrib
val a_rotate : SVG_types.numbers -> [> `Rotate ] SVG_sigs.T.attrib
val a_startoffset :
SVG_types.Unit.length -> [> `StartOffset ] SVG_sigs.T.attrib
val a_method : [< `Align | `Stretch ] -> [> `Method ] SVG_sigs.T.attrib
val a_spacing : [< `Auto | `Exact ] -> [> `Spacing ] SVG_sigs.T.attrib
val a_glyphref : string -> [> `GlyphRef ] SVG_sigs.T.attrib
val a_format : string -> [> `Format ] SVG_sigs.T.attrib
val a_markerunits :
[< `StrokeWidth | `UserSpaceOnUse ] ->
[> `MarkerUnits ] SVG_sigs.T.attrib
val a_refx : SVG_types.coord -> [> `RefX ] SVG_sigs.T.attrib
val a_refy : SVG_types.coord -> [> `RefY ] SVG_sigs.T.attrib
val a_markerwidth :
SVG_types.Unit.length -> [> `MarkerWidth ] SVG_sigs.T.attrib
val a_markerheight :
SVG_types.Unit.length -> [> `MarkerHeight ] SVG_sigs.T.attrib
val a_orient :
[< `Angle of SVG_types.Unit.angle | `Auto ] ->
[> `Orient ] SVG_sigs.T.attrib
val a_local : string -> [> `Local ] SVG_sigs.T.attrib
val a_renderingindent :
[< `Absolute_colorimetric
| `Auto
| `Perceptual
| `Relative_colorimetric
| `Saturation ] ->
[> `Rendering_Indent ] SVG_sigs.T.attrib
val a_gradientunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[ `GradientUnits ] SVG_sigs.T.attrib
val a_gradienttransform :
SVG_types.transforms -> [> `Gradient_Transform ] SVG_sigs.T.attrib
val a_spreadmethod :
[< `Pad | `Reflect | `Repeat ] ->
[> `SpreadMethod ] SVG_sigs.T.attrib
val a_fx : SVG_types.coord -> [> `Fx ] SVG_sigs.T.attrib
val a_fy : SVG_types.coord -> [> `Fy ] SVG_sigs.T.attrib
val a_offset :
[< `Number of SVG_types.number | `Percentage of SVG_types.percentage ] ->
[> `Offset ] SVG_sigs.T.attrib
val a_patternunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `PatternUnits ] SVG_sigs.T.attrib
val a_patterncontentunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `PatternContentUnits ] SVG_sigs.T.attrib
val a_patterntransform :
SVG_types.transforms -> [> `PatternTransform ] SVG_sigs.T.attrib
val a_clippathunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `ClipPathUnits ] SVG_sigs.T.attrib
val a_maskunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `MaskUnits ] SVG_sigs.T.attrib
val a_maskcontentunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `MaskContentUnits ] SVG_sigs.T.attrib
val a_primitiveunits :
[< `ObjectBoundingBox | `UserSpaceOnUse ] ->
[> `PrimitiveUnits ] SVG_sigs.T.attrib
val a_filterres :
SVG_types.number_optional_number ->
[> `FilterResUnits ] SVG_sigs.T.attrib
val a_result : string -> [> `Result ] SVG_sigs.T.attrib
val a_in :
[< `BackgroundAlpha
| `BackgroundImage
| `FillPaint
| `Ref of string
| `SourceAlpha
| `SourceGraphic
| `StrokePaint ] ->
[> `In ] SVG_sigs.T.attrib
val a_in2 :
[< `BackgroundAlpha
| `BackgroundImage
| `FillPaint
| `Ref of string
| `SourceAlpha
| `SourceGraphic
| `StrokePaint ] ->
[> `In2 ] SVG_sigs.T.attrib
val a_aizmuth : float -> [> `Azimuth ] SVG_sigs.T.attrib
val a_elevation : float -> [> `Elevation ] SVG_sigs.T.attrib
val a_pointatx : float -> [> `PointsAtX ] SVG_sigs.T.attrib
val a_pointaty : float -> [> `PointsAtY ] SVG_sigs.T.attrib
val a_pointatz : float -> [> `PointsAtZ ] SVG_sigs.T.attrib
val a_specularexponent :
float -> [> `SpecularExponent ] SVG_sigs.T.attrib
val a_specularconstant :
float -> [> `SpecularConstant ] SVG_sigs.T.attrib
val a_limitingconeangle :
float -> [> `LimitingConeAngle ] SVG_sigs.T.attrib
val a_mode :
[< `Darken | `Lighten | `Multiply | `Normal | `Screen ] ->
[> `Mode ] SVG_sigs.T.attrib
val a_typefecolor :
[< `HueRotate | `LuminanceToAlpha | `Matrix | `Saturate ] ->
[> `Type__fecolor ] SVG_sigs.T.attrib
val a_values : SVG_types.numbers -> [> `Values ] SVG_sigs.T.attrib
val a_transferttype :
[< `Discrete | `Gamma | `Identity | `Linear | `Table ] ->
[> `Type__transfert ] SVG_sigs.T.attrib
val a_tablevalues :
SVG_types.numbers -> [> `TableValues ] SVG_sigs.T.attrib
val a_intercept : SVG_types.number -> [> `Intercept ] SVG_sigs.T.attrib
val a_amplitude : SVG_types.number -> [> `Amplitude ] SVG_sigs.T.attrib
val a_exponent : SVG_types.number -> [> `Exponent ] SVG_sigs.T.attrib
val a_offsettransfer :
SVG_types.number -> [> `Offset__transfer ] SVG_sigs.T.attrib
val a_operator :
[< `Arithmetic | `Atop | `In | `Out | `Over | `Xor ] ->
[> `Operator ] SVG_sigs.T.attrib
val a_k1 : SVG_types.number -> [> `K1 ] SVG_sigs.T.attrib
val a_k2 : SVG_types.number -> [> `K2 ] SVG_sigs.T.attrib
val a_k3 : SVG_types.number -> [> `K3 ] SVG_sigs.T.attrib
val a_k4 : SVG_types.number -> [> `K4 ] SVG_sigs.T.attrib
val a_order :
SVG_types.number_optional_number -> [> `Order ] SVG_sigs.T.attrib
val a_kernelmatrix :
SVG_types.numbers -> [> `KernelMatrix ] SVG_sigs.T.attrib
val a_divisor : SVG_types.number -> [> `Divisor ] SVG_sigs.T.attrib
val a_bias : SVG_types.number -> [> `Bias ] SVG_sigs.T.attrib
val a_kernelunitlength :
SVG_types.number_optional_number ->
[> `KernelUnitLength ] SVG_sigs.T.attrib
val a_targetX : int -> [> `TargetX ] SVG_sigs.T.attrib
val a_targetY : int -> [> `TargetY ] SVG_sigs.T.attrib
val a_edgemode :
[< `Duplicate | `None | `Wrap ] -> [> `TargetY ] SVG_sigs.T.attrib
val a_preservealpha : bool -> [> `TargetY ] SVG_sigs.T.attrib
val a_surfacescale :
SVG_types.number -> [> `SurfaceScale ] SVG_sigs.T.attrib
val a_diffuseconstant :
SVG_types.number -> [> `DiffuseConstant ] SVG_sigs.T.attrib
val a_scale : SVG_types.number -> [> `Scale ] SVG_sigs.T.attrib
val a_xchannelselector :
[< `A | `B | `G | `R ] -> [> `XChannelSelector ] SVG_sigs.T.attrib
val a_ychannelselector :
[< `A | `B | `G | `R ] -> [> `YChannelSelector ] SVG_sigs.T.attrib
val a_stddeviation :
SVG_types.number_optional_number ->
[> `StdDeviation ] SVG_sigs.T.attrib
val a_operatormorphology :
[< `Dilate | `Erode ] -> [> `OperatorMorphology ] SVG_sigs.T.attrib
val a_radius :
SVG_types.number_optional_number -> [> `Radius ] SVG_sigs.T.attrib
val a_basefrenquency :
SVG_types.number_optional_number ->
[> `BaseFrequency ] SVG_sigs.T.attrib
val a_numoctaves : int -> [> `NumOctaves ] SVG_sigs.T.attrib
val a_seed : SVG_types.number -> [> `Seed ] SVG_sigs.T.attrib
val a_stitchtiles :
[< `NoStitch | `Stitch ] -> [> `StitchTiles ] SVG_sigs.T.attrib
val a_stitchtype :
[< `FractalNoise | `Turbulence ] ->
[> `TypeStitch ] SVG_sigs.T.attrib
val a_xlinkshow :
[< `New | `Replace ] -> [> `Xlink_show ] SVG_sigs.T.attrib
val a_xlinkactuate :
[< `OnRequest ] -> [> `Xlink_actuate ] SVG_sigs.T.attrib
val a_target : string -> [> `Xlink_target ] SVG_sigs.T.attrib
val a_viewtarget : string -> [> `ViewTarget ] SVG_sigs.T.attrib
val a_attributename : string -> [> `AttributeName ] SVG_sigs.T.attrib
val a_attributetype :
[< `Auto | `CSS | `XML ] -> [> `AttributeType ] SVG_sigs.T.attrib
val a_begin : string -> [> `Begin ] SVG_sigs.T.attrib
val a_dur : string -> [> `Dur ] SVG_sigs.T.attrib
val a_min : string -> [> `Min ] SVG_sigs.T.attrib
val a_max : string -> [> `Max ] SVG_sigs.T.attrib
val a_restart :
[< `Always | `Never | `WhenNotActive ] ->
[> `Restart ] SVG_sigs.T.attrib
val a_repeatcount : string -> [> `RepeatCount ] SVG_sigs.T.attrib
val a_repeatdur : string -> [> `RepeatDur ] SVG_sigs.T.attrib
val a_fill : [< `Freeze | `Remove ] -> [> `Fill ] SVG_sigs.T.attrib
val a_calcmode :
[< `Discrete | `Linear | `Paced | `Spline ] ->
[> `CalcMode ] SVG_sigs.T.attrib
val a_values_anim :
SVG_types.strings -> [> `Values__anim ] SVG_sigs.T.attrib
val a_keytimes : SVG_types.strings -> [> `KeyTimes ] SVG_sigs.T.attrib
val a_keysplines :
SVG_types.strings -> [> `KeySplines ] SVG_sigs.T.attrib
val a_from : string -> [> `From ] SVG_sigs.T.attrib
val a_to : string -> [> `To ] SVG_sigs.T.attrib
val a_by : string -> [> `By ] SVG_sigs.T.attrib
val a_additive :
[< `Replace | `Sum ] -> [> `Additive ] SVG_sigs.T.attrib
val a_accumulate :
[< `None | `Sum ] -> [> `Accumulate ] SVG_sigs.T.attrib
val a_keypoints :
SVG_types.numbers_semicolon -> [> `KeyPoints ] SVG_sigs.T.attrib
val a_path : string -> [> `Path ] SVG_sigs.T.attrib
val a_typeanimatecolor :
[ `Rotate | `Scale | `SkewX | `SkewY | `Translate ] ->
[ `Type__animatecolor ] SVG_sigs.T.attrib
val a_horiz_origin_x :
SVG_types.number -> [> `Horiz___origin___x ] SVG_sigs.T.attrib
val a_horiz_origin_y :
SVG_types.number -> [> `Horiz___origin___y ] SVG_sigs.T.attrib
val a_horiz_adv_x :
SVG_types.number -> [> `Horiz___adv___x ] SVG_sigs.T.attrib
val a_vert_origin_x :
SVG_types.number -> [> `Vert___origin___x ] SVG_sigs.T.attrib
val a_vert_origin_y :
SVG_types.number -> [> `Vert___origin___y ] SVG_sigs.T.attrib
val a_vert_adv_y :
SVG_types.number -> [> `Vert___adv___y ] SVG_sigs.T.attrib
val a_unicode : string -> [> `Unicode ] SVG_sigs.T.attrib
val a_glyphname : string -> [> `glyphname ] SVG_sigs.T.attrib
val a_orientation : [< `H | `V ] -> [> `Orientation ] SVG_sigs.T.attrib
val a_arabicform :
[< `Initial | `Isolated | `Medial | `Terminal ] ->
[> `Arabic___form ] SVG_sigs.T.attrib
val a_lang : string -> [> `Lang ] SVG_sigs.T.attrib
val a_u1 : string -> [> `U1 ] SVG_sigs.T.attrib
val a_u2 : string -> [> `U2 ] SVG_sigs.T.attrib
val a_g1 : string -> [> `G1 ] SVG_sigs.T.attrib
val a_g2 : string -> [> `G2 ] SVG_sigs.T.attrib
val a_k : string -> [> `K ] SVG_sigs.T.attrib
val a_fontfamily : string -> [> `Font___Family ] SVG_sigs.T.attrib
val a_fontstyle : string -> [> `Font___Style ] SVG_sigs.T.attrib
val a_fontvariant : string -> [> `Font___Variant ] SVG_sigs.T.attrib
val a_fontweight : string -> [> `Font___Weight ] SVG_sigs.T.attrib
val a_fontstretch : string -> [> `Font___Stretch ] SVG_sigs.T.attrib
val a_fontsize : string -> [> `Font___Size ] SVG_sigs.T.attrib
val a_unicoderange : string -> [> `Unicode___Range ] SVG_sigs.T.attrib
val a_unitsperem : string -> [> `Units___Per___Em ] SVG_sigs.T.attrib
val a_stemv : SVG_types.number -> [> `Stemv ] SVG_sigs.T.attrib
val a_stemh : SVG_types.number -> [> `Stemh ] SVG_sigs.T.attrib
val a_slope : SVG_types.number -> [> `Slope ] SVG_sigs.T.attrib
val a_capheight :
SVG_types.number -> [> `Cap___Height ] SVG_sigs.T.attrib
val a_xheight : SVG_types.number -> [> `X___Height ] SVG_sigs.T.attrib
val a_accentheight :
SVG_types.number -> [> `Accent___Height ] SVG_sigs.T.attrib
val a_ascent : SVG_types.number -> [> `Ascent ] SVG_sigs.T.attrib
val a_widths : string -> [> `Widths ] SVG_sigs.T.attrib
val a_bbox : string -> [> `Bbox ] SVG_sigs.T.attrib
val a_ideographic :
SVG_types.number -> [> `Ideographic ] SVG_sigs.T.attrib
val a_alphabetic :
SVG_types.number -> [> `Alphabetic ] SVG_sigs.T.attrib
val a_mathematical :
SVG_types.number -> [> `Mathematical ] SVG_sigs.T.attrib
val a_hanging : SVG_types.number -> [> `Hanging ] SVG_sigs.T.attrib
val a_videographic :
SVG_types.number -> [> `V___Ideographic ] SVG_sigs.T.attrib
val a_valphabetic :
SVG_types.number -> [> `V___Alphabetic ] SVG_sigs.T.attrib
val a_vmathematical :
SVG_types.number -> [> `V___Mathematical ] SVG_sigs.T.attrib
val a_vhanging :
SVG_types.number -> [> `V___Hanging ] SVG_sigs.T.attrib
val a_underlineposition :
SVG_types.number -> [> `Underline___Position ] SVG_sigs.T.attrib
val a_underlinethickness :
SVG_types.number -> [> `Underline___Thickness ] SVG_sigs.T.attrib
val a_strikethroughposition :
SVG_types.number -> [> `Strikethrough___Position ] SVG_sigs.T.attrib
val a_strikethroughthickness :
SVG_types.number -> [> `Strikethrough___Thickness ] SVG_sigs.T.attrib
val a_overlineposition :
SVG_types.number -> [> `Overline___Position ] SVG_sigs.T.attrib
val a_overlinethickness :
SVG_types.number -> [> `Overline___Thickness ] SVG_sigs.T.attrib
val a_string : string -> [> `String ] SVG_sigs.T.attrib
val a_name : string -> [> `Name ] SVG_sigs.T.attrib
val a_onabort : string -> [> `Onabort ] SVG_sigs.T.attrib
val a_onactivate : string -> [> `Onactivate ] SVG_sigs.T.attrib
val a_onbegin : string -> [> `Onbegin ] SVG_sigs.T.attrib
val a_onclick : string -> [> `Onclick ] SVG_sigs.T.attrib
val a_onend : string -> [> `Onend ] SVG_sigs.T.attrib
val a_onerror : string -> [> `Onerror ] SVG_sigs.T.attrib
val a_onfocusin : string -> [> `Onfocusin ] SVG_sigs.T.attrib
val a_onfocusout : string -> [> `Onfocusout ] SVG_sigs.T.attrib
val a_onload : string -> [> `Onload ] SVG_sigs.T.attrib
val a_onmousedown : string -> [> `Onmousdown ] SVG_sigs.T.attrib
val a_onmouseup : string -> [> `Onmouseup ] SVG_sigs.T.attrib
val a_onmouseover : string -> [> `Onmouseover ] SVG_sigs.T.attrib
val a_onmouseout : string -> [> `Onmouseout ] SVG_sigs.T.attrib
val a_onmousemove : string -> [> `Onmousemove ] SVG_sigs.T.attrib
val a_onrepeat : string -> [> `Onrepeat ] SVG_sigs.T.attrib
val a_onresize : string -> [> `Onresize ] SVG_sigs.T.attrib
val a_onscroll : string -> [> `Onscroll ] SVG_sigs.T.attrib
val a_onunload : string -> [> `Onunload ] SVG_sigs.T.attrib
val a_onzoom : string -> [> `Onzoom ] SVG_sigs.T.attrib
val metadata :
?a:SVG_types.metadata_attr SVG_sigs.T.attrib list ->
XML.elt list -> [> SVG_types.metadata ] SVG_sigs.T.elt
val foreignobject :
?a:SVG_types.foreignobject_attr SVG_sigs.T.attrib list ->
XML.elt list -> [> SVG_types.foreignobject ] SVG_sigs.T.elt
val svg :
([< SVG_types.svg_attr ], [< SVG_types.svg_content ],
[> SVG_types.svg ])
SVG_sigs.T.star
val g :
([< SVG_types.g_attr ], [< SVG_types.g_content ], [> SVG_types.g ])
SVG_sigs.T.star
val defs :
([< SVG_types.defs_attr ], [< SVG_types.defs_content ],
[> SVG_types.defs ])
SVG_sigs.T.star
val desc :
([< SVG_types.desc_attr ], [< SVG_types.desc_content ],
[> SVG_types.desc ])
SVG_sigs.T.unary
val title :
([< SVG_types.title_attr ], [< SVG_types.title_content ],
[> SVG_types.title ])
SVG_sigs.T.unary
val symbol :
([< SVG_types.symbol_attr ], [< SVG_types.symbol_content ],
[> SVG_types.symbol ])
SVG_sigs.T.star
val use :
([< SVG_types.use_attr ], [< SVG_types.use_content ],
[> SVG_types.use ])
SVG_sigs.T.star
val image :
([< SVG_types.image_attr ], [< SVG_types.image_content ],
[> SVG_types.image ])
SVG_sigs.T.star
val switch :
([< SVG_types.switch_attr ], [< SVG_types.switch_content ],
[> SVG_types.switch ])
SVG_sigs.T.star
val style :
([< SVG_types.style_attr ], [< SVG_types.style_content ],
[> SVG_types.style ])
SVG_sigs.T.unary
val path :
([< SVG_types.path_attr ], [< SVG_types.path_content ],
[> SVG_types.path ])
SVG_sigs.T.star
val rect :
([< SVG_types.rect_attr ], [< SVG_types.rect_content ],
[> SVG_types.rect ])
SVG_sigs.T.star
val circle :
([< SVG_types.circle_attr ], [< SVG_types.circle_content ],
[> SVG_types.circle ])
SVG_sigs.T.star
val ellipse :
([< SVG_types.ellipse_attr ], [< SVG_types.ellipse_content ],
[> SVG_types.ellipse ])
SVG_sigs.T.star
val line :
([< SVG_types.line_attr ], [< SVG_types.line_content ],
[> SVG_types.line ])
SVG_sigs.T.star
val polyline :
([< SVG_types.polyline_attr ], [< SVG_types.polyline_content ],
[> SVG_types.polyline ])
SVG_sigs.T.star
val polygon :
([< SVG_types.polygon_attr ], [< SVG_types.polygon_content ],
[> SVG_types.polygon ])
SVG_sigs.T.star
val text :
([< SVG_types.text_attr ], [< SVG_types.text_content ],
[> SVG_types.text ])
SVG_sigs.T.star
val tspan :
([< SVG_types.tspan_attr ], [< SVG_types.tspan_content ],
[> SVG_types.tspan ])
SVG_sigs.T.star
val tref :
([< SVG_types.tref_attr ], [< SVG_types.tref_content ],
[> SVG_types.tref ])
SVG_sigs.T.star
val textpath :
([< SVG_types.textpath_attr ], [< SVG_types.textpath_content ],
[> SVG_types.textpath ])
SVG_sigs.T.star
val altglyph :
([< SVG_types.altglyph_attr ], [< SVG_types.altglyph_content ],
[> SVG_types.altglyph ])
SVG_sigs.T.unary
val altglyphdef :
([< SVG_types.altglyphdef_attr ],
[< SVG_sigs.T.altglyphdef_content ], [> SVG_types.altglyphdef ])
SVG_sigs.T.unary
val altglyphitem :
([< SVG_types.altglyphitem_attr ],
[< SVG_types.altglyphitem_content ], [> SVG_types.altglyphitem ])
SVG_sigs.T.plus
val glyphref :
([< SVG_types.glyphref_attr ], [> SVG_types.glyphref ])
SVG_sigs.T.nullary
val marker :
([< SVG_types.marker_attr ], [< SVG_types.marker_content ],
[> SVG_types.marker ])
SVG_sigs.T.star
val colorprofile :
([< SVG_types.colorprofile_attr ],
[< SVG_types.colorprofile_content ], [> SVG_types.colorprofile ])
SVG_sigs.T.star
val lineargradient :
([< SVG_types.lineargradient_attr ],
[< SVG_types.lineargradient_content ],
[> SVG_types.lineargradient ])
SVG_sigs.T.star
val radialgradient :
([< SVG_types.radialgradient_attr ],
[< SVG_types.radialgradient_content ],
[> SVG_types.radialgradient ])
SVG_sigs.T.star
val gradientstop :
([< SVG_types.gradientstop_attr ],
[< SVG_types.gradientstop_content ], [> SVG_types.gradientstop ])
SVG_sigs.T.star
val pattern :
([< SVG_types.pattern_attr ], [< SVG_types.pattern_content ],
[> SVG_types.pattern ])
SVG_sigs.T.star
val clippath :
([< SVG_types.clippath_attr ], [< SVG_types.clippath_content ],
[> SVG_types.clippath ])
SVG_sigs.T.star
val filter :
([< SVG_types.filter_attr ], [< SVG_types.filter_content ],
[> SVG_types.filter ])
SVG_sigs.T.star
val fedistantlight :
([< SVG_types.fedistantlight_attr ],
[< SVG_types.fedistantlight_content ],
[> SVG_types.fedistantlight ])
SVG_sigs.T.star
val fepointlight :
([< SVG_types.fepointlight_attr ],
[< SVG_types.fepointlight_content ], [> SVG_types.fepointlight ])
SVG_sigs.T.star
val fespotlight :
([< SVG_types.fespotlight_attr ], [< SVG_types.fespotlight_content ],
[> SVG_types.fespotlight ])
SVG_sigs.T.star
val feblend :
([< SVG_types.feblend_attr ], [< SVG_types.feblend_content ],
[> SVG_types.feblend ])
SVG_sigs.T.star
val fecolormatrix :
([< SVG_types.fecolormatrix_attr ],
[< SVG_types.fecolormatrix_content ], [> SVG_types.fecolormatrix ])
SVG_sigs.T.star
val fecomponenttransfer :
([< SVG_types.fecomponenttransfer_attr ],
[< SVG_types.fecomponenttransfer_content ],
[> SVG_types.fecomponenttransfer ])
SVG_sigs.T.star
val fefunca :
([< SVG_types.fefunca_attr ], [< SVG_types.fefunca_content ],
[> SVG_types.fefunca ])
SVG_sigs.T.star
val fefuncg :
([< SVG_types.fefuncg_attr ], [< SVG_types.fefuncg_content ],
[> SVG_types.fefuncg ])
SVG_sigs.T.star
val fefuncb :
([< SVG_types.fefuncb_attr ], [< SVG_types.fefuncb_content ],
[> SVG_types.fefuncb ])
SVG_sigs.T.star
val fefuncr :
([< SVG_types.fefuncr_attr ], [< SVG_types.fefuncr_content ],
[> SVG_types.fefuncr ])
SVG_sigs.T.star
val fecomposite :
([< SVG_types.fecomposite_attr ], [< SVG_types.fecomposite_content ],
[> SVG_types.fecomposite ])
SVG_sigs.T.star
val feconvolvematrix :
([< SVG_types.feconvolvematrix_attr ],
[< SVG_types.feconvolvematrix_content ],
[> SVG_types.feconvolvematrix ])
SVG_sigs.T.star
val fediffuselighting :
([< SVG_types.fediffuselighting_attr ],
[< SVG_types.fediffuselighting_content ],
[> SVG_types.fediffuselighting ])
SVG_sigs.T.star
val fedisplacementmap :
([< SVG_types.fedisplacementmap_attr ],
[< SVG_types.fedisplacementmap_content ],
[> SVG_types.fedisplacementmap ])
SVG_sigs.T.star
val feflood :
([< SVG_types.feflood_attr ], [< SVG_types.feflood_content ],
[> SVG_types.feflood ])
SVG_sigs.T.star
val fegaussianblur :
([< SVG_types.fegaussianblur_attr ],
[< SVG_types.fegaussianblur_content ],
[> SVG_types.fegaussianblur ])
SVG_sigs.T.star
val feimage :
([< SVG_types.feimage_attr ], [< SVG_types.feimage_content ],
[> SVG_types.feimage ])
SVG_sigs.T.star
val femerge :
([< SVG_types.femerge_attr ], [< SVG_types.femerge_content ],
[> SVG_types.femerge ])
SVG_sigs.T.star
val femorphology :
([< SVG_types.femorphology_attr ],
[< SVG_types.femorphology_content ], [> SVG_types.femorphology ])
SVG_sigs.T.star
val feoffset :
([< SVG_types.feoffset_attr ], [< SVG_types.feoffset_content ],
[> SVG_types.feoffset ])
SVG_sigs.T.star
val fespecularlighting :
([< SVG_types.fespecularlighting_attr ],
[< SVG_types.fespecularlighting_content ],
[> SVG_types.fespecularlighting ])
SVG_sigs.T.star
val fetile :
([< SVG_types.fetile_attr ], [< SVG_types.fetile_content ],
[> SVG_types.fetile ])
SVG_sigs.T.star
val feturbulence :
([< SVG_types.feturbulence_attr ],
[< SVG_types.feturbulence_content ], [> SVG_types.feturbulence ])
SVG_sigs.T.star
val cursor :
([< SVG_types.cursor_attr ], [< SVG_types.cursor_content ],
[> SVG_types.cursor ])
SVG_sigs.T.star
val a :
([< SVG_types.a_attr ], [< SVG_types.a_content ], [> SVG_types.a ])
SVG_sigs.T.star
val view :
([< SVG_types.view_attr ], [< SVG_types.view_content ],
[> SVG_types.view ])
SVG_sigs.T.star
val script :
([< SVG_types.script_attr ], [< SVG_types.script_content ],
[> SVG_types.script ])
SVG_sigs.T.unary
val animation :
([< SVG_types.animation_attr ], [< SVG_types.animation_content ],
[> SVG_types.animation ])
SVG_sigs.T.star
val set :
([< SVG_types.set_attr ], [< SVG_types.set_content ],
[> SVG_types.set ])
SVG_sigs.T.star
val animatemotion :
([< SVG_types.animatemotion_attr ],
[< SVG_types.animatemotion_content ], [> SVG_types.animatemotion ])
SVG_sigs.T.star
val mpath :
([< SVG_types.mpath_attr ], [< SVG_types.mpath_content ],
[> SVG_types.mpath ])
SVG_sigs.T.star
val animatecolor :
([< SVG_types.animatecolor_attr ],
[< SVG_types.animatecolor_content ], [> SVG_types.animatecolor ])
SVG_sigs.T.star
val animatetransform :
([< SVG_types.animatetransform_attr ],
[< SVG_types.animatetransform_content ],
[> SVG_types.animatetransform ])
SVG_sigs.T.star
val font :
([< SVG_types.font_attr ], [< SVG_types.font_content ],
[> SVG_types.font ])
SVG_sigs.T.star
val glyph :
([< SVG_types.glyph_attr ], [< SVG_types.glyph_content ],
[> SVG_types.glyph ])
SVG_sigs.T.star
val missingglyph :
([< SVG_types.missingglyph_attr ],
[< SVG_types.missingglyph_content ], [> SVG_types.missingglyph ])
SVG_sigs.T.star
val hkern :
([< SVG_types.hkern_attr ], [> SVG_types.hkern ]) SVG_sigs.T.nullary
val vkern :
([< SVG_types.vkern_attr ], [> SVG_types.vkern ]) SVG_sigs.T.nullary
val fontface :
([< SVG_types.fontface_attr ], [> SVG_types.fontface ])
SVG_sigs.T.nullary
val fontfacesrc :
([< SVG_types.fontfacesrc_attr ], [< SVG_types.fontfacesrc_content ],
[> SVG_types.fontfacesrc ])
SVG_sigs.T.star
val fontfaceuri :
([< SVG_types.fontfaceuri_attr ], [< SVG_types.fontfaceuri_content ],
[> SVG_types.fontfaceuri ])
SVG_sigs.T.star
val fontfaceformat :
([< SVG_types.fontfaceformat_attr ], [> SVG_types.fontfaceformat ])
SVG_sigs.T.nullary
val fontfacename :
([< SVG_types.fontfacename_attr ], [> SVG_types.fontfacename ])
SVG_sigs.T.nullary
val tot : XML.elt -> 'a SVG_sigs.T.elt
val totl : XML.elt list -> 'a SVG_sigs.T.elt list
val toelt : 'a SVG_sigs.T.elt -> XML.elt
val toeltl : 'a SVG_sigs.T.elt list -> XML.elt list
val to_xmlattribs : 'a SVG_sigs.T.attrib list -> XML.attrib list
val to_attrib : XML.attrib -> 'a SVG_sigs.T.attrib
type doc = [ `Svg ] SVG_sigs.T.elt
val doc_toelt : SVG_sigs.T.doc -> XML.elt
end
end