You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a way to add the <animate /> tag in a <circle> one. It seems i have to use the animation function (animate seems undefined). But the animation function is not allowed in circle:
Error: This expression has type [> Svg_types.animation ] Svg.elt
but an expression was expected of type
[< Svg_types.circle_content ] Svg.elt
Type [> Svg_types.animation ] = [> `Animation ]
is not compatible with type
[< Svg_types.circle_content ] =
[< `Animate
| `AnimateColor
| `AnimateMotion
| `AnimateTransform
| `Desc
| `Metadata
| `Set
| `Title ]
The second variant type does not allow tag(s) `Animation
Do i miss something ?
Thanks.
The text was updated successfully, but these errors were encountered:
ilankri
added a commit
to ilankri/tyxml
that referenced
this issue
Apr 12, 2022
Hi,
I can't find a way to add the
<animate />
tag in a<circle>
one. It seems i have to use theanimation
function (animate
seems undefined). But theanimation
function is not allowed incircle
:Do i miss something ?
Thanks.
The text was updated successfully, but these errors were encountered: