js_of_ocaml
js_of_ocaml copied to clipboard
[Bug] Dom_svg.animatedPathData.normalizedPathSegList blows up
Says "TypeError: t is undefined", whereby pathSegList works fine.
Was introduced by https://github.com/ocsigen/js_of_ocaml/pull/186 and was based on an older version of the https://www.w3.org/TR/SVG/idl.html document. One should update Dom_svg with the latest version.