@@ -78,7 +78,7 @@ module type T = sig
78
78
*)
79
79
type 'a wrap = 'a Xml .W .t
80
80
81
- (* * [list_wrap] is a containre for list of elements.
81
+ (* * [list_wrap] is a container for list of elements.
82
82
83
83
In most cases, ['a list_wrap = 'a list]. For [R] modules (in eliom or js_of_ocaml),
84
84
It will be {!ReactiveData.RList.t}.
@@ -488,7 +488,7 @@ module type T = sig
488
488
val a_animation_fill : [< | `Freeze | `Remove ] wrap -> [> | `Fill_Animation ] attrib
489
489
[@@ reflect.attribute "fill" ["animate" ]]
490
490
491
- val a_fill_opacity : number wrap -> [> | `Fill_opacity ] attrib
491
+ val a_fill_opacity : opacity wrap -> [> | `Fill_opacity ] attrib
492
492
493
493
val a_fill_rule : fill_rule wrap -> [> | `Fill_rule ] attrib
494
494
@@ -635,11 +635,11 @@ module type T = sig
635
635
| `Text_after_edge | `Text_before_edge | `Inherit ] wrap ->
636
636
[> | `Dominant_Baseline ] attrib
637
637
638
- val a_opacity : number wrap -> [> | `Opacity ] attrib
638
+ val a_opacity : opacity wrap -> [> | `Opacity ] attrib
639
639
640
640
val a_stop_color : color wrap -> [> | `Stop_Color ] attrib
641
641
642
- val a_stop_opacity : number wrap -> [> | `Stop_Opacity ] attrib
642
+ val a_stop_opacity : opacity wrap -> [> | `Stop_Opacity ] attrib
643
643
644
644
val a_stroke : paint wrap -> [> | `Stroke ] attrib
645
645
@@ -658,7 +658,7 @@ module type T = sig
658
658
659
659
val a_stroke_dashoffset : Unit .length wrap -> [> `Stroke_Dashoffset ] attrib
660
660
661
- val a_stroke_opacity : float wrap -> [> `Stroke_Opacity ] attrib
661
+ val a_stroke_opacity : opacity wrap -> [> `Stroke_Opacity ] attrib
662
662
663
663
(* * {2 Events}
664
664
@@ -1117,7 +1117,7 @@ module type Wrapped_functions = sig
1117
1117
1118
1118
val string_of_paint : ([< Svg_types .paint ], string ) Xml .W .ft
1119
1119
1120
- val string_of_opacity : (float , string ) Xml .W .ft
1120
+ val string_of_opacity : (opacity , string ) Xml .W .ft
1121
1121
1122
1122
val string_of_fill_rule : ([< Svg_types .fill_rule ], string ) Xml .W .ft
1123
1123
0 commit comments