ocsigen / js_of_ocaml

Compiler from OCaml to Javascript.
http://ocsigen.org/js_of_ocaml/
Other
951 stars 185 forks source link

[Bug] Dom_svg.​animatedPathData.normalizedPathSegList blows up #659

Open tari3x opened 6 years ago

tari3x commented 6 years ago

Says "TypeError: t is undefined", whereby pathSegList works fine.

hhugo commented 2 years ago

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.