package tyxml-lwd

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tyxml_lwd.SvgSource

Sourcetype +'a elt = 'a node live
Sourcetype doc = [ `Svg ] elt
Sourcetype +'a attrib
Sourcemodule Xml = Xml
Sourcetype ('a, 'b) nullary = ?a:'a attrib list -> unit -> 'b elt
Sourcetype ('a, 'b, 'c) unary = ?a:'a attrib list -> 'b elt -> 'c elt
Sourcetype ('a, 'b, 'c) star = ?a:'a attrib list -> 'b elt list -> 'c elt
Sourcetype uri = string
Sourceval string_of_uri : uri -> string
Sourceval uri_of_string : string -> uri
Sourceval a_width : Svg_types.Unit.length Lwd.t -> [> `Width ] attrib
Sourceval a_height : Svg_types.Unit.length Lwd.t -> [> `Height ] attrib
Sourceval a_preserveAspectRatio : uri Lwd.t -> [> `PreserveAspectRatio ] attrib
Sourceval a_zoomAndPan : [< `Disable | `Magnify ] Lwd.t -> [> `ZoomAndSpan ] attrib
Sourceval a_href : uri Lwd.t -> [> `Xlink_href ] attrib
Sourceval a_requiredExtensions : Svg_types.spacestrings Lwd.t -> [> `RequiredExtension ] attrib
Sourceval a_systemLanguage : Svg_types.commastrings Lwd.t -> [> `SystemLanguage ] attrib
Sourceval a_externalRessourcesRequired : bool Lwd.t -> [> `ExternalRessourcesRequired ] attrib
Sourceval a_id : uri Lwd.t -> [> `Id ] attrib
Sourceval a_user_data : uri -> uri Lwd.t -> [> `User_data ] attrib
Sourceval a_xml_lang : uri Lwd.t -> [> `Xml_Lang ] attrib
Sourceval a_type : uri Lwd.t -> [> `Type ] attrib
Sourceval a_media : Svg_types.commastrings Lwd.t -> [> `Media ] attrib
Sourceval a_class : Svg_types.spacestrings Lwd.t -> [> `Class ] attrib
Sourceval a_style : uri Lwd.t -> [> `Style ] attrib
Sourceval a_transform : Svg_types.transforms Lwd.t -> [> `Transform ] attrib
Sourceval a_viewBox : Svg_types.fourfloats Lwd.t -> [> `ViewBox ] attrib
Sourceval a_d : uri Lwd.t -> [> `D ] attrib
Sourceval a_pathLength : float Lwd.t -> [> `PathLength ] attrib
Sourceval a_points : Svg_types.coords Lwd.t -> [> `Points ] attrib
Sourceval a_x_list : Svg_types.lengths Lwd.t -> [> `X_list ] attrib
Sourceval a_y_list : Svg_types.lengths Lwd.t -> [> `Y_list ] attrib
Sourceval a_dx : float Lwd.t -> [> `Dx ] attrib
Sourceval a_dy : float Lwd.t -> [> `Dy ] attrib
Sourceval a_dx_list : Svg_types.lengths Lwd.t -> [> `Dx_list ] attrib
Sourceval a_dy_list : Svg_types.lengths Lwd.t -> [> `Dy_list ] attrib
Sourceval a_lengthAdjust : [< `Spacing | `SpacingAndGlyphs ] Lwd.t -> [> `LengthAdjust ] attrib
Sourceval a_textLength : Svg_types.Unit.length Lwd.t -> [> `TextLength ] attrib
Sourceval a_text_anchor : [< `End | `Inherit | `Middle | `Start ] Lwd.t -> [> `Text_Anchor ] attrib
Sourceval a_text_decoration : [< `Blink | `Inherit | `Line_through | `None | `Overline | `Underline ] Lwd.t -> [> `Text_Decoration ] attrib
Sourceval a_text_rendering : [< `Auto | `GeometricPrecision | `Inherit | `OptimizeLegibility | `OptimizeSpeed ] Lwd.t -> [> `Text_Rendering ] attrib
Sourceval a_rotate : Svg_types.numbers Lwd.t -> [> `Rotate ] attrib
Sourceval a_startOffset : Svg_types.Unit.length Lwd.t -> [> `StartOffset ] attrib
Sourceval a_method : [< `Align | `Stretch ] Lwd.t -> [> `Method ] attrib
Sourceval a_spacing : [< `Auto | `Exact ] Lwd.t -> [> `Spacing ] attrib
Sourceval a_glyphRef : uri Lwd.t -> [> `GlyphRef ] attrib
Sourceval a_format : uri Lwd.t -> [> `Format ] attrib
Sourceval a_markerUnits : [< `StrokeWidth | `UserSpaceOnUse ] Lwd.t -> [> `MarkerUnits ] attrib
Sourceval a_refX : Svg_types.Unit.length Lwd.t -> [> `RefX ] attrib
Sourceval a_refY : Svg_types.Unit.length Lwd.t -> [> `RefY ] attrib
Sourceval a_markerWidth : Svg_types.Unit.length Lwd.t -> [> `MarkerWidth ] attrib
Sourceval a_markerHeight : Svg_types.Unit.length Lwd.t -> [> `MarkerHeight ] attrib
Sourceval a_orient : Svg_types.Unit.angle option Lwd.t -> [> `Orient ] attrib
Sourceval a_local : uri Lwd.t -> [> `Local ] attrib
Sourceval a_rendering_intent : [< `Absolute_colorimetric | `Auto | `Perceptual | `Relative_colorimetric | `Saturation ] Lwd.t -> [> `Rendering_Indent ] attrib
Sourceval a_gradientUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [ `GradientUnits ] attrib
Sourceval a_gradientTransform : Svg_types.transforms Lwd.t -> [> `Gradient_Transform ] attrib
Sourceval a_spreadMethod : [< `Pad | `Reflect | `Repeat ] Lwd.t -> [> `SpreadMethod ] attrib
Sourceval a_offset : [< `Number of float | `Percentage of float ] Lwd.t -> [> `Offset ] attrib
Sourceval a_patternUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `PatternUnits ] attrib
Sourceval a_patternContentUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `PatternContentUnits ] attrib
Sourceval a_patternTransform : Svg_types.transforms Lwd.t -> [> `PatternTransform ] attrib
Sourceval a_clipPathUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `ClipPathUnits ] attrib
Sourceval a_maskUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `MaskUnits ] attrib
Sourceval a_maskContentUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `MaskContentUnits ] attrib
Sourceval a_primitiveUnits : [< `ObjectBoundingBox | `UserSpaceOnUse ] Lwd.t -> [> `PrimitiveUnits ] attrib
Sourceval a_filterRes : Svg_types.number_optional_number Lwd.t -> [> `FilterResUnits ] attrib
Sourceval a_result : uri Lwd.t -> [> `Result ] attrib
Sourceval a_in : [< `BackgroundAlpha | `BackgroundImage | `FillPaint | `Ref of uri | `SourceAlpha | `SourceGraphic | `StrokePaint ] Lwd.t -> [> `In ] attrib
Sourceval a_in2 : [< `BackgroundAlpha | `BackgroundImage | `FillPaint | `Ref of uri | `SourceAlpha | `SourceGraphic | `StrokePaint ] Lwd.t -> [> `In2 ] attrib
Sourceval a_azimuth : float Lwd.t -> [> `Azimuth ] attrib
Sourceval a_elevation : float Lwd.t -> [> `Elevation ] attrib
Sourceval a_pointsAtX : float Lwd.t -> [> `PointsAtX ] attrib
Sourceval a_pointsAtY : float Lwd.t -> [> `PointsAtY ] attrib
Sourceval a_pointsAtZ : float Lwd.t -> [> `PointsAtZ ] attrib
Sourceval a_specularExponent : float Lwd.t -> [> `SpecularExponent ] attrib
Sourceval a_specularConstant : float Lwd.t -> [> `SpecularConstant ] attrib
Sourceval a_limitingConeAngle : float Lwd.t -> [> `LimitingConeAngle ] attrib
Sourceval a_mode : [< `Darken | `Lighten | `Multiply | `Normal | `Screen ] Lwd.t -> [> `Mode ] attrib
Sourceval a_feColorMatrix_type : [< `HueRotate | `LuminanceToAlpha | `Matrix | `Saturate ] Lwd.t -> [> `Typefecolor ] attrib
Sourceval a_values : Svg_types.numbers Lwd.t -> [> `Values ] attrib
Sourceval a_transfer_type : [< `Discrete | `Gamma | `Identity | `Linear | `Table ] Lwd.t -> [> `Type_transfert ] attrib
Sourceval a_tableValues : Svg_types.numbers Lwd.t -> [> `TableValues ] attrib
Sourceval a_intercept : float Lwd.t -> [> `Intercept ] attrib
Sourceval a_amplitude : float Lwd.t -> [> `Amplitude ] attrib
Sourceval a_exponent : float Lwd.t -> [> `Exponent ] attrib
Sourceval a_transfer_offset : float Lwd.t -> [> `Offset_transfer ] attrib
Sourceval a_feComposite_operator : [< `Arithmetic | `Atop | `In | `Out | `Over | `Xor ] Lwd.t -> [> `OperatorComposite ] attrib
Sourceval a_k1 : float Lwd.t -> [> `K1 ] attrib
Sourceval a_k2 : float Lwd.t -> [> `K2 ] attrib
Sourceval a_k3 : float Lwd.t -> [> `K3 ] attrib
Sourceval a_k4 : float Lwd.t -> [> `K4 ] attrib
Sourceval a_kernelMatrix : Svg_types.numbers Lwd.t -> [> `KernelMatrix ] attrib
Sourceval a_divisor : float Lwd.t -> [> `Divisor ] attrib
Sourceval a_bias : float Lwd.t -> [> `Bias ] attrib
Sourceval a_kernelUnitLength : Svg_types.number_optional_number Lwd.t -> [> `KernelUnitLength ] attrib
Sourceval a_targetX : int Lwd.t -> [> `TargetX ] attrib
Sourceval a_targetY : int Lwd.t -> [> `TargetY ] attrib
Sourceval a_edgeMode : [< `Duplicate | `None | `Wrap ] Lwd.t -> [> `TargetY ] attrib
Sourceval a_preserveAlpha : bool Lwd.t -> [> `TargetY ] attrib
Sourceval a_surfaceScale : float Lwd.t -> [> `SurfaceScale ] attrib
Sourceval a_diffuseConstant : float Lwd.t -> [> `DiffuseConstant ] attrib
Sourceval a_scale : float Lwd.t -> [> `Scale ] attrib
Sourceval a_xChannelSelector : [< `A | `B | `G | `R ] Lwd.t -> [> `XChannelSelector ] attrib
Sourceval a_yChannelSelector : [< `A | `B | `G | `R ] Lwd.t -> [> `YChannelSelector ] attrib
Sourceval a_stdDeviation : Svg_types.number_optional_number Lwd.t -> [> `StdDeviation ] attrib
Sourceval a_feMorphology_operator : [< `Dilate | `Erode ] Lwd.t -> [> `OperatorMorphology ] attrib
Sourceval a_radius : Svg_types.number_optional_number Lwd.t -> [> `Radius ] attrib
Sourceval a_baseFrenquency : Svg_types.number_optional_number Lwd.t -> [> `BaseFrequency ] attrib
Sourceval a_numOctaves : int Lwd.t -> [> `NumOctaves ] attrib
Sourceval a_seed : float Lwd.t -> [> `Seed ] attrib
Sourceval a_stitchTiles : [< `NoStitch | `Stitch ] Lwd.t -> [> `StitchTiles ] attrib
Sourceval a_feTurbulence_type : [< `FractalNoise | `Turbulence ] Lwd.t -> [> `TypeStitch ] attrib
Sourceval a_target : uri Lwd.t -> [> `Xlink_target ] attrib
Sourceval a_attributeName : uri Lwd.t -> [> `AttributeName ] attrib
Sourceval a_attributeType : [< `Auto | `CSS | `XML ] Lwd.t -> [> `AttributeType ] attrib
Sourceval a_begin : uri Lwd.t -> [> `Begin ] attrib
Sourceval a_dur : uri Lwd.t -> [> `Dur ] attrib
Sourceval a_min : uri Lwd.t -> [> `Min ] attrib
Sourceval a_max : uri Lwd.t -> [> `Max ] attrib
Sourceval a_restart : [< `Always | `Never | `WhenNotActive ] Lwd.t -> [> `Restart ] attrib
Sourceval a_repeatCount : uri Lwd.t -> [> `RepeatCount ] attrib
Sourceval a_repeatDur : uri Lwd.t -> [> `RepeatDur ] attrib
Sourceval a_fill : Svg_types.paint Lwd.t -> [> `Fill ] attrib
Sourceval a_animation_fill : [< `Freeze | `Remove ] Lwd.t -> [> `Fill_Animation ] attrib
Sourceval a_calcMode : [< `Discrete | `Linear | `Paced | `Spline ] Lwd.t -> [> `CalcMode ] attrib
Sourceval a_animation_values : Svg_types.strings Lwd.t -> [> `Valuesanim ] attrib
Sourceval a_keyTimes : Svg_types.strings Lwd.t -> [> `KeyTimes ] attrib
Sourceval a_keySplines : Svg_types.strings Lwd.t -> [> `KeySplines ] attrib
Sourceval a_from : uri Lwd.t -> [> `From ] attrib
Sourceval a_to : uri Lwd.t -> [> `To ] attrib
Sourceval a_by : uri Lwd.t -> [> `By ] attrib
Sourceval a_additive : [< `Replace | `Sum ] Lwd.t -> [> `Additive ] attrib
Sourceval a_accumulate : [< `None | `Sum ] Lwd.t -> [> `Accumulate ] attrib
Sourceval a_keyPoints : Svg_types.numbers_semicolon Lwd.t -> [> `KeyPoints ] attrib
Sourceval a_path : uri Lwd.t -> [> `Path ] attrib
Sourceval a_animateTransform_type : [ `Rotate | `Scale | `SkewX | `SkewY | `Translate ] Lwd.t -> [ `Typeanimatetransform ] attrib
Sourceval a_horiz_origin_x : float Lwd.t -> [> `HorizOriginX ] attrib
Sourceval a_horiz_origin_y : float Lwd.t -> [> `HorizOriginY ] attrib
Sourceval a_horiz_adv_x : float Lwd.t -> [> `HorizAdvX ] attrib
Sourceval a_vert_origin_x : float Lwd.t -> [> `VertOriginX ] attrib
Sourceval a_vert_origin_y : float Lwd.t -> [> `VertOriginY ] attrib
Sourceval a_vert_adv_y : float Lwd.t -> [> `VertAdvY ] attrib
Sourceval a_unicode : uri Lwd.t -> [> `Unicode ] attrib
Sourceval a_glyph_name : uri Lwd.t -> [> `glyphname ] attrib
Sourceval a_orientation : [< `H | `V ] Lwd.t -> [> `Orientation ] attrib
Sourceval a_arabic_form : [< `Initial | `Isolated | `Medial | `Terminal ] Lwd.t -> [> `Arabicform ] attrib
Sourceval a_lang : uri Lwd.t -> [> `Lang ] attrib
Sourceval a_u1 : uri Lwd.t -> [> `U1 ] attrib
Sourceval a_u2 : uri Lwd.t -> [> `U2 ] attrib
Sourceval a_g1 : uri Lwd.t -> [> `G1 ] attrib
Sourceval a_g2 : uri Lwd.t -> [> `G2 ] attrib
Sourceval a_k : uri Lwd.t -> [> `K ] attrib
Sourceval a_font_family : uri Lwd.t -> [> `Font_Family ] attrib
Sourceval a_font_style : uri Lwd.t -> [> `Font_Style ] attrib
Sourceval a_font_variant : uri Lwd.t -> [> `Font_Variant ] attrib
Sourceval a_font_weight : uri Lwd.t -> [> `Font_Weight ] attrib
Sourceval a_font_stretch : uri Lwd.t -> [> `Font_Stretch ] attrib
Sourceval a_font_size : uri Lwd.t -> [> `Font_Size ] attrib
Sourceval a_unicode_range : uri Lwd.t -> [> `UnicodeRange ] attrib
Sourceval a_units_per_em : uri Lwd.t -> [> `UnitsPerEm ] attrib
Sourceval a_stemv : float Lwd.t -> [> `Stemv ] attrib
Sourceval a_stemh : float Lwd.t -> [> `Stemh ] attrib
Sourceval a_slope : float Lwd.t -> [> `Slope ] attrib
Sourceval a_cap_height : float Lwd.t -> [> `CapHeight ] attrib
Sourceval a_x_height : float Lwd.t -> [> `XHeight ] attrib
Sourceval a_accent_height : float Lwd.t -> [> `AccentHeight ] attrib
Sourceval a_ascent : float Lwd.t -> [> `Ascent ] attrib
Sourceval a_widths : uri Lwd.t -> [> `Widths ] attrib
Sourceval a_bbox : uri Lwd.t -> [> `Bbox ] attrib
Sourceval a_ideographic : float Lwd.t -> [> `Ideographic ] attrib
Sourceval a_alphabetic : float Lwd.t -> [> `Alphabetic ] attrib
Sourceval a_mathematical : float Lwd.t -> [> `Mathematical ] attrib
Sourceval a_hanging : float Lwd.t -> [> `Hanging ] attrib
Sourceval a_videographic : float Lwd.t -> [> `VIdeographic ] attrib
Sourceval a_v_alphabetic : float Lwd.t -> [> `VAlphabetic ] attrib
Sourceval a_v_mathematical : float Lwd.t -> [> `VMathematical ] attrib
Sourceval a_v_hanging : float Lwd.t -> [> `VHanging ] attrib
Sourceval a_underline_position : float Lwd.t -> [> `UnderlinePosition ] attrib
Sourceval a_underline_thickness : float Lwd.t -> [> `UnderlineThickness ] attrib
Sourceval a_strikethrough_position : float Lwd.t -> [> `StrikethroughPosition ] attrib
Sourceval a_strikethrough_thickness : float Lwd.t -> [> `StrikethroughThickness ] attrib
Sourceval a_overline_position : float Lwd.t -> [> `OverlinePosition ] attrib
Sourceval a_overline_thickness : float Lwd.t -> [> `OverlineThickness ] attrib
Sourceval a_string : uri Lwd.t -> [> `String ] attrib
Sourceval a_name : uri Lwd.t -> [> `Name ] attrib
Sourceval a_alignment_baseline : [< `After_edge | `Alphabetic | `Auto | `Baseline | `Before_edge | `Central | `Hanging | `Ideographic | `Inherit | `Mathematical | `Middle | `Text_after_edge | `Text_before_edge ] Lwd.t -> [> `Alignment_Baseline ] attrib
Sourceval a_dominant_baseline : [< `Alphabetic | `Auto | `Central | `Hanging | `Ideographic | `Inherit | `Mathematical | `Middle | `No_change | `Reset_size | `Text_after_edge | `Text_before_edge | `Use_script ] Lwd.t -> [> `Dominant_Baseline ] attrib
Sourceval a_stop_color : uri Lwd.t -> [> `Stop_Color ] attrib
Sourceval a_stop_opacity : float Lwd.t -> [> `Stop_Opacity ] attrib
Sourceval a_stroke : Svg_types.paint Lwd.t -> [> `Stroke ] attrib
Sourceval a_stroke_width : Svg_types.Unit.length Lwd.t -> [> `Stroke_Width ] attrib
Sourceval a_stroke_linecap : [< `Butt | `Round | `Square ] Lwd.t -> [> `Stroke_Linecap ] attrib
Sourceval a_stroke_linejoin : [< `Bever | `Miter | `Round ] Lwd.t -> [> `Stroke_Linejoin ] attrib
Sourceval a_stroke_miterlimit : float Lwd.t -> [> `Stroke_Miterlimit ] attrib
Sourceval a_stroke_dasharray : Svg_types.Unit.length list Lwd.t -> [> `Stroke_Dasharray ] attrib
Sourceval a_stroke_dashoffset : Svg_types.Unit.length Lwd.t -> [> `Stroke_Dashoffset ] attrib
Sourceval a_stroke_opacity : float Lwd.t -> [> `Stroke_Opacity ] attrib
Sourceval a_onabort : Xml.event_handler -> [> `OnAbort ] attrib
Sourceval a_onactivate : Xml.event_handler -> [> `OnActivate ] attrib
Sourceval a_onbegin : Xml.event_handler -> [> `OnBegin ] attrib
Sourceval a_onend : Xml.event_handler -> [> `OnEnd ] attrib
Sourceval a_onerror : Xml.event_handler -> [> `OnError ] attrib
Sourceval a_onfocusin : Xml.event_handler -> [> `OnFocusIn ] attrib
Sourceval a_onfocusout : Xml.event_handler -> [> `OnFocusOut ] attrib
Sourceval a_onrepeat : Xml.event_handler -> [> `OnRepeat ] attrib
Sourceval a_onresize : Xml.event_handler -> [> `OnResize ] attrib
Sourceval a_onscroll : Xml.event_handler -> [> `OnScroll ] attrib
Sourceval a_onunload : Xml.event_handler -> [> `OnUnload ] attrib
Sourceval a_onzoom : Xml.event_handler -> [> `OnZoom ] attrib
Sourceval a_onclick : Xml.mouse_event_handler -> [> `OnClick ] attrib
Sourceval a_onmousedown : Xml.mouse_event_handler -> [> `OnMouseDown ] attrib
Sourceval a_onmouseup : Xml.mouse_event_handler -> [> `OnMouseUp ] attrib
Sourceval a_onmouseover : Xml.mouse_event_handler -> [> `OnMouseOver ] attrib
Sourceval a_onmouseout : Xml.mouse_event_handler -> [> `OnMouseOut ] attrib
Sourceval a_onmousemove : Xml.mouse_event_handler -> [> `OnMouseMove ] attrib
Sourceval a_ontouchstart : Xml.touch_event_handler -> [> `OnTouchStart ] attrib
Sourceval a_ontouchend : Xml.touch_event_handler -> [> `OnTouchEnd ] attrib
Sourceval a_ontouchmove : Xml.touch_event_handler -> [> `OnTouchMove ] attrib
Sourceval a_ontouchcancel : Xml.touch_event_handler -> [> `OnTouchCancel ] attrib
Sourceval txt : uri Lwd.t -> [> Svg_types.txt ] elt
Sourceval metadata : ?a:Svg_types.metadata_attr attrib list -> Xml.elt list -> [> Svg_types.metadata ] elt
Sourceval tot : Xml.elt -> 'a elt
Sourceval toelt : 'a elt -> Xml.elt
Sourceval doc_toelt : doc -> Xml.elt
Sourceval to_xmlattribs : 'a attrib list -> Xml.attrib list
Sourceval to_attrib : Xml.attrib -> 'a attrib
OCaml

Innovation. Community. Security.